test: spawn timeouts on absorbed-PR tests (v1.77 sync-spawn tripwire)

The absorbed community tests (#2748, #2676, #2714, #2720) were authored
before the v1.77 tripwire required a timeout on every sync spawn in the test
trees.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-08-31 21:12:39 +00:00
co-authored by Claude Fable 5
parent 47cb8a838a
commit 84c0eee9f2
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -342,6 +342,7 @@ describe('gstack-skill-start behavior', () => {
fs.writeFileSync(path.join(freshGh, '.feature-prompted-model-overlay'), '');
const acknowledged = execFileSync(localStart, ['--skill', 'testskill'], {
timeout: 30_000,
encoding: 'utf-8',
cwd: projectRoot,
env,