Skip to content

Commit f6ace62

Browse files
committed
Increased timeout to fix flaky test
1 parent c609248 commit f6ace62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/test/java/io/ably/lib/test/realtime/RealtimeChannelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ public void channel_invalid_resume_reattach_channels() throws AblyException {
16751675

16761676
AblyRealtime finalAbly = ably;
16771677
Exception conditionError = new Helpers.ConditionalWaiter().
1678-
wait(() -> finalAbly.connection.connectionManager.msgSerial == 0, 5000);
1678+
wait(() -> finalAbly.connection.connectionManager.msgSerial == 0, 10000);
16791679
assertNull(conditionError);
16801680

16811681
attachedChannelWaiter.waitFor(ChannelState.attaching, ChannelState.attached);

0 commit comments

Comments
 (0)