Skip to content

Commit

Permalink
test: try different delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Sep 16, 2024
1 parent 463fdea commit 2acb4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime_client/test/mock_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void main() {

channel.subscribe(subscribeCallback);

await Future.delayed(Duration(milliseconds: 200));
await Future.delayed(Duration(milliseconds: 100));
await client.conn!.sink
.close(Constants.wsCloseNormal, "heartbeat timeout");
});
Expand Down

0 comments on commit 2acb4ca

Please sign in to comment.