Skip to content

Commit 94dd271

Browse files
committed
Extent timeout in WebSocketConnectionTest
1 parent a4804f6 commit 94dd271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/test/java/org/whispersystems/textsecuregcm/websocket/WebSocketConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ private WebSocketConnection webSocketConnection(final WebSocketClient client) {
633633
account,
634634
device,
635635
client,
636-
Duration.ofMillis(100),
636+
Duration.ofSeconds(1),
637637
Schedulers.immediate(),
638638
clientReleaseManager,
639639
mock(MessageDeliveryLoopMonitor.class),

0 commit comments

Comments
 (0)