From 804935a8ebbe969a3d6f73412678ac3f4c7c0929 Mon Sep 17 00:00:00 2001 From: Stephane Maldini Date: Wed, 21 Dec 2016 00:48:17 +0000 Subject: [PATCH] try less log and increase timeout --- .../web/reactive/FlushingIntegrationTests.java | 6 +++--- spring-web-reactive/src/test/resources/log4j2-test.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - +