Skip to content

Commit 6b17394

Browse files
committed
Test adjust
1 parent 2078eab commit 6b17394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.CommandLine.Tests/Invocation/CancelOnProcessTerminationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public async Task CancelOnProcessTermination_timeout_on_cancel_processing(int? t
126126
// and we're no longer actively blocking the event.
127127
// The event handler is responsible to continue blocking until the command
128128
// has finished executing. If it doesn't we won't get the CancelledExitCode.
129-
await Task.Delay(TimeSpan.FromMilliseconds(500));
129+
await Task.Delay(TimeSpan.FromMilliseconds(5000));
130130

131131
context.ExitCode = CancelledExitCode;
132132
}

0 commit comments

Comments
 (0)