This commit is contained in:
Archi
2022-12-17 21:18:44 +01:00
parent 9821e61864
commit af8d41892c

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(2000).ConfigureAwait(false);
await Task.Delay(10000).ConfigureAwait(false);
ShutdownResetEvent.TrySetResult(0);
Environment.Exit(0);