diff --git a/spring-web-reactive/src/test/java/org/springframework/web/reactive/FlushingIntegrationTests.java b/spring-web-reactive/src/test/java/org/springframework/web/reactive/FlushingIntegrationTests.java index c25b89c038..d9dd73e29c 100644 --- a/spring-web-reactive/src/test/java/org/springframework/web/reactive/FlushingIntegrationTests.java +++ b/spring-web-reactive/src/test/java/org/springframework/web/reactive/FlushingIntegrationTests.java @@ -63,7 +63,7 @@ public class FlushingIntegrationTests extends AbstractHttpHandlerIntegrationTest StepVerifier.create(result) .expectNext("data0data1") .expectComplete() - .verify(Duration.ofSeconds(5L)); + .verify(Duration.ofSeconds(10L)); } @Test // SPR-14991 @@ -77,7 +77,7 @@ public class FlushingIntegrationTests extends AbstractHttpHandlerIntegrationTest StepVerifier.create(result) .consumeNextWith(value -> Assert.isTrue(value.length() == 200000)) .expectComplete() - .verify(Duration.ofSeconds(5L)); + .verify(Duration.ofSeconds(10L)); } @Test // SPR-14992 @@ -90,7 +90,7 @@ public class FlushingIntegrationTests extends AbstractHttpHandlerIntegrationTest StepVerifier.create(result) .expectNextMatches(s -> s.startsWith("0123456789")) .thenCancel() - .verify(Duration.ofSeconds(5L)); + .verify(Duration.ofSeconds(10L)); } @Override diff --git a/spring-web-reactive/src/test/resources/log4j2-test.xml b/spring-web-reactive/src/test/resources/log4j2-test.xml index 31c3aa1bda..1b0782fb8f 100644 --- a/spring-web-reactive/src/test/resources/log4j2-test.xml +++ b/spring-web-reactive/src/test/resources/log4j2-test.xml @@ -8,7 +8,7 @@ - +