diff --git a/Frameworks/RSCore/RSCore/AppKit/UserApp.swift b/Frameworks/RSCore/RSCore/AppKit/UserApp.swift index 58c21468d..00a71c55e 100644 --- a/Frameworks/RSCore/RSCore/AppKit/UserApp.swift +++ b/Frameworks/RSCore/RSCore/AppKit/UserApp.swift @@ -103,7 +103,7 @@ public final class UserApp { if app.isFinishedLaunching { return true } - Thread.sleep(forTimeInterval: 0.5) // Give the app time to launch. This is ugly. + Thread.sleep(forTimeInterval: 1.0) // Give the app time to launch. This is ugly. return true }