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 2078eab commit 6b17394Copy full SHA for 6b17394
src/System.CommandLine.Tests/Invocation/CancelOnProcessTerminationTests.cs
@@ -126,7 +126,7 @@ public async Task CancelOnProcessTermination_timeout_on_cancel_processing(int? t
126
// and we're no longer actively blocking the event.
127
// The event handler is responsible to continue blocking until the command
128
// has finished executing. If it doesn't we won't get the CancelledExitCode.
129
- await Task.Delay(TimeSpan.FromMilliseconds(500));
+ await Task.Delay(TimeSpan.FromMilliseconds(5000));
130
131
context.ExitCode = CancelledExitCode;
132
}
0 commit comments