Skip to content

Commit 6a444a4

Browse files
committed
Lower the default activation delay
1 parent 08b666d commit 6a444a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/AppActivator/AppActivator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Dependencies
33
import XcodeInspector
44

55
public extension NSWorkspace {
6-
static func activateThisApp(delay: TimeInterval = 0.3) {
6+
static func activateThisApp(delay: TimeInterval = 0.10) {
77
Task { @MainActor in
88
try await Task.sleep(nanoseconds: UInt64(delay * 1_000_000_000))
99

0 commit comments

Comments
 (0)