We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143db5a commit 85ddfe4Copy full SHA for 85ddfe4
1 file changed
Tool/Sources/XcodeInspector/XcodeInspector.swift
@@ -287,7 +287,7 @@ public final class XcodeInspector: ObservableObject {
287
if #available(macOS 13.0, *) {
288
let notifications = xcode.axNotifications.filter {
289
$0.kind == .uiElementDestroyed
290
- }.debounce(for: .milliseconds(500))
+ }.debounce(for: .milliseconds(1000))
291
for await _ in notifications {
292
guard let self else { return }
293
try Task.checkCancellation()
0 commit comments