From 47cb8a838afcba0d6c31438e5454eba69dfe5041 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Mon, 31 Aug 2026 21:12:11 +0000 Subject: [PATCH] test: spawn timeouts on the #2748 marker tests (v1.77 sync-spawn tripwire) Co-Authored-By: Claude Fable 5 --- test/gstack-skill-start.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/gstack-skill-start.test.ts b/test/gstack-skill-start.test.ts index ff68cbffc..3b81f43fb 100644 --- a/test/gstack-skill-start.test.ts +++ b/test/gstack-skill-start.test.ts @@ -314,6 +314,7 @@ describe('gstack-skill-start behavior', () => { const env = { PATH: process.env.PATH!, HOME: tmpHome, GSTACK_HOME: freshGh }; try { const checkpoint = execFileSync(localStart, ['--skill', 'testskill'], { + timeout: 30_000, encoding: 'utf-8', cwd: projectRoot, env, @@ -328,6 +329,7 @@ describe('gstack-skill-start behavior', () => { fs.writeFileSync(path.join(freshGh, '.feature-prompted-continuous-checkpoint'), ''); const overlay = execFileSync(localStart, ['--skill', 'testskill'], { + timeout: 30_000, encoding: 'utf-8', cwd: projectRoot, env,