Skip to content

Commit f798e5d

Browse files
committed
increases timeouts
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
1 parent 80a7fa6 commit f798e5d

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)