Skip to content

Commit 2acb4ca

Browse files
committed
test: try different delay
1 parent 463fdea commit 2acb4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realtime_client/test/mock_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void main() {
287287

288288
channel.subscribe(subscribeCallback);
289289

290-
await Future.delayed(Duration(milliseconds: 200));
290+
await Future.delayed(Duration(milliseconds: 100));
291291
await client.conn!.sink
292292
.close(Constants.wsCloseNormal, "heartbeat timeout");
293293
});

0 commit comments

Comments
 (0)