Skip to content

Commit

Permalink
Revert "chore: delay 3 seconds on windows"
Browse files Browse the repository at this point in the history
This reverts commit 2fc246b.
  • Loading branch information
XavierChanth committed Nov 13, 2023
1 parent 2fc246b commit ce98a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mixin SshnpOpensshInitialTunnelHandler on SshnpCore
mode: ProcessStartMode.detachedWithStdio,
));
// Delay to allow the detached session to pick up the keys
await Future.delayed(Duration(seconds: 3));
await Future.delayed(Duration(seconds: 1));
} else {
process = await Process.start(opensshBinaryPath, args);
process.stdout.transform(Utf8Decoder()).listen((String s) {
Expand Down

0 comments on commit ce98a4d

Please sign in to comment.