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 7dc9dcbCopy full SHA for 7dc9dcb
packages/realtime_client/test/mock_test.dart
@@ -287,9 +287,10 @@ 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
294
});
295
296
0 commit comments