Skip to content

Commit c78bab2

Browse files
committed
fixes test timeout
Signed-off-by: Robert Roeser <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent c9876aa commit c78bab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-examples/src/test/java/io/rsocket/integration/TcpIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public Mono<Payload> requestResponse(Payload payload) {
151151
assertEquals("SUCCESS", response2.getDataUtf8());
152152
}
153153

154-
@Test(timeout = 15_000L)
154+
@Test(timeout = 35_000L)
155155
public void testTwoConcurrentStreams() throws InterruptedException {
156156
ConcurrentHashMap<String, UnicastProcessor<Payload>> map = new ConcurrentHashMap<>();
157157
UnicastProcessor<Payload> processor1 = UnicastProcessor.create();

0 commit comments

Comments
 (0)