From af8d41892ca54e8c28f08d8db4a77dda9d91324c Mon Sep 17 00:00:00 2001 From: Archi Date: Sat, 17 Dec 2022 21:18:44 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 27175e501..394e76e0a 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -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);