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 4494d98 commit fab13a3Copy full SHA for fab13a3
src/System.CommandLine/InvocationConfiguration.cs
@@ -18,7 +18,7 @@ public class InvocationConfiguration
18
/// that can be passed to a <see cref="CommandLineAction"/> during invocation.
19
/// If not provided, a default timeout of 2 seconds is enforced.
20
/// </summary>
21
- public TimeSpan? ProcessTerminationTimeout { get; set; }
+ public TimeSpan? ProcessTerminationTimeout { get; set; } = TimeSpan.FromSeconds(2);
22
23
/// <summary>
24
/// The standard output. Used by Help and other facilities that write non-error information.
0 commit comments