79775781

Date: 2025-09-26 10:42:55
Score: 1
Natty:
Report link

I guess I was facing the same issue.

This answer https://stackoverflow.com/a/49496309 shows that you can change the timeout of WebTestClient via annotation (e.g.: @AutoConfigureWebTestClient(timeout = "P1D")).
Check the syntax for Duration.parse(CharSequence text) for the valid values of the timeout String.

The thing is that when we mutate the graphql tester the underlining WebTestClient timeout is not affected. Combining the mutation with the annotation fixed it for me.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: theoamonteiro