mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 11:38:07 +01:00
Represent timeouts as Durations rather than bare millis
This commit is contained in:
committed by
Jon Chambers
parent
ef644ce319
commit
76e65a47a2
@@ -294,7 +294,7 @@ class WebSocketConnectionIntegrationTest {
|
||||
account,
|
||||
device,
|
||||
webSocketClient,
|
||||
1000, // use a short timeout, so that this test completes quickly
|
||||
Duration.ofSeconds(1), // use a short timeout, so that this test completes quickly
|
||||
messageDeliveryScheduler,
|
||||
clientReleaseManager,
|
||||
mock(MessageDeliveryLoopMonitor.class),
|
||||
|
||||
Reference in New Issue
Block a user