diff --git a/src/resources/extensions/gsd/auto.ts b/src/resources/extensions/gsd/auto.ts index c00a203f0..4d339c21d 100644 --- a/src/resources/extensions/gsd/auto.ts +++ b/src/resources/extensions/gsd/auto.ts @@ -171,7 +171,7 @@ let idleWatchdogHandle: ReturnType | null = null; * re-evaluation. Covers the case where dispatchNextUnit silently fails or * an unhandled error kills the dispatch chain. */ let dispatchGapHandle: ReturnType | null = null; -const DISPATCH_GAP_TIMEOUT_MS = 30_000; // 30 seconds +const DISPATCH_GAP_TIMEOUT_MS = 5_000; // 5 seconds /** SIGTERM handler registered while auto-mode is active — cleared on stop/pause. */ let _sigtermHandler: (() => void) | null = null;