test: spawn timeouts on the #2748 marker tests (v1.77 sync-spawn tripwire)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-08-31 21:12:11 +00:00
co-authored by Claude Fable 5
parent 2323bac857
commit 47cb8a838a
+2
View File
@@ -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,