You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think, WebClient/WebTestClient(Builder) should be able to configure defaults through properties, especially timeout and especially for WebTestClient, since its a setup most people would tune in order to being able to debug for long time and not get a connection exception.
Kind of @AutoConfigureWebTestClient(timeout = "10000"), but through properties on a global scope.
My apologies if such a setup exists, I could not find it in issues nor spring-boot-properties docs