Skip to content

Commit b27d1a0

Browse files
committed
Increased timeout duration to 5s
1 parent d4802cc commit b27d1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/channel/ssh_channel_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ void main() {
2525
client.handlePacket(closeMessage);
2626

2727
await drainFuture;
28-
}, timeout: const Timeout(Duration(seconds: 1)));
28+
}, timeout: const Timeout(Duration(seconds: 5)));
2929
});
3030
}

0 commit comments

Comments
 (0)