[BAEL-14846] - Fixed tests in spring-5-reactive module

This commit is contained in:
amit2103
2019-05-30 22:20:03 +05:30
parent 6e4e729156
commit 963422bafb
3 changed files with 8 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ public class PostExecutionUnitTest {
.expectComplete()
.verifyThenAssertThat()
.hasDropped(4)
.tookLessThan(Duration.ofMillis(1050));
.tookLessThan(Duration.ofMillis(1500));
}
}