We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c609248 commit f6ace62Copy full SHA for f6ace62
lib/src/test/java/io/ably/lib/test/realtime/RealtimeChannelTest.java
@@ -1675,7 +1675,7 @@ public void channel_invalid_resume_reattach_channels() throws AblyException {
1675
1676
AblyRealtime finalAbly = ably;
1677
Exception conditionError = new Helpers.ConditionalWaiter().
1678
- wait(() -> finalAbly.connection.connectionManager.msgSerial == 0, 5000);
+ wait(() -> finalAbly.connection.connectionManager.msgSerial == 0, 10000);
1679
assertNull(conditionError);
1680
1681
attachedChannelWaiter.waitFor(ChannelState.attaching, ChannelState.attached);
0 commit comments