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 463fdea commit 980f368Copy full SHA for 980f368
packages/realtime_client/test/mock_test.dart
@@ -287,7 +287,7 @@ void main() {
287
288
channel.subscribe(subscribeCallback);
289
290
- await Future.delayed(Duration(milliseconds: 200));
+ await Future.delayed(Duration(milliseconds: 500));
291
await client.conn!.sink
292
.close(Constants.wsCloseNormal, "heartbeat timeout");
293
});
0 commit comments