We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b666d commit 6a444a4Copy full SHA for 6a444a4
1 file changed
Tool/Sources/AppActivator/AppActivator.swift
@@ -3,7 +3,7 @@ import Dependencies
3
import XcodeInspector
4
5
public extension NSWorkspace {
6
- static func activateThisApp(delay: TimeInterval = 0.3) {
+ static func activateThisApp(delay: TimeInterval = 0.10) {
7
Task { @MainActor in
8
try await Task.sleep(nanoseconds: UInt64(delay * 1_000_000_000))
9
0 commit comments