Replies: 1 comment 3 replies
-
|
@SameerTi I think this space is dedicated to the GraphQL-Java project and your issue is with https://spring.io/projects/spring-graphql. Can you raise this question on StackOverflow and tag it with "spring-graphql" please? The Spring for GraphQL team is monitoring questions there. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have mutation request like this:
Upon execute, a huge XML, with lots of parameters get stored on mariadb (container) since it's bit of time taking process.
It gives me below error:
If I crop my XML i.e. make it little smaller file then all my tests run fine without any issues.
I run spring boot 3.4.0 and 1.3.3 version of spring-graphql-test
org.springframework.graphql
spring-graphql-test
test
In my application-test.properties file I have below set, but I guess WebTestClient still timesout in 5 seconds.
Pls help.
Beta Was this translation helpful? Give feedback.
All reactions