i wrote a test for Handler (spring weblux)
test:
@Test public void checkServicesHandlerTest(){ Request request = new Request(); req
You can override the timeout by using the annotation @AutoConfigureWebTestClient(timeout = "36000").
@AutoConfigureWebTestClient(timeout = "36000")
for example :
@AutoConfigureWebTestClient(timeout = "36000") @SpringBootTest class MyTestClass { }