We don't need so long time, 5 seconds for starting a process with basic console output is enough
This commit is contained in:
Archi
2022-12-29 23:03:40 +01:00
parent d0fc189fa4
commit 0c340c9123

View File

@@ -99,7 +99,7 @@ internal static class Program {
}
// Give new process some time to take over the window (if needed)
await Task.Delay(10000).ConfigureAwait(false);
await Task.Delay(5000).ConfigureAwait(false);
ShutdownResetEvent.TrySetResult(0);
Environment.Exit(0);