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 d4802cc commit b27d1a0Copy full SHA for b27d1a0
test/src/channel/ssh_channel_test.dart
@@ -25,6 +25,6 @@ void main() {
25
client.handlePacket(closeMessage);
26
27
await drainFuture;
28
- }, timeout: const Timeout(Duration(seconds: 1)));
+ }, timeout: const Timeout(Duration(seconds: 5)));
29
});
30
}
0 commit comments