Skip to content

Commit

Permalink
Increased timeout duration to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
vicajilau committed Feb 8, 2025
1 parent d4802cc commit b27d1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/channel/ssh_channel_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ void main() {
client.handlePacket(closeMessage);

await drainFuture;
}, timeout: const Timeout(Duration(seconds: 1)));
}, timeout: const Timeout(Duration(seconds: 5)));
});
}

0 comments on commit b27d1a0

Please sign in to comment.