Skip to content

Commit 77de699

Browse files
committed
increases timeouts
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 9cbb80b commit 77de699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rsocket-transport-aeron/src/main/java/io/rsocket/transport/aeron/AeronClientTransport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,6 @@ public static AeronClientTransport createUdp(
247247
ByteBufAllocator.DEFAULT,
248248
256,
249249
256,
250-
Duration.ofSeconds(5).toNanos());
250+
Duration.ofSeconds(50).toNanos());
251251
}
252252
}

rsocket-transport-aeron/src/main/java/io/rsocket/transport/aeron/AeronServerTransport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ public static AeronServerTransport createUdp(
205205
ByteBufAllocator.DEFAULT,
206206
256,
207207
256,
208-
Duration.ofSeconds(5).toNanos());
208+
Duration.ofSeconds(50).toNanos());
209209
}
210210
}

0 commit comments

Comments
 (0)