mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-17 10:25:33 +02:00
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:
co-authored by
Claude Fable 5
parent
2323bac857
commit
47cb8a838a
@@ -314,6 +314,7 @@ describe('gstack-skill-start behavior', () => {
|
|||||||
const env = { PATH: process.env.PATH!, HOME: tmpHome, GSTACK_HOME: freshGh };
|
const env = { PATH: process.env.PATH!, HOME: tmpHome, GSTACK_HOME: freshGh };
|
||||||
try {
|
try {
|
||||||
const checkpoint = execFileSync(localStart, ['--skill', 'testskill'], {
|
const checkpoint = execFileSync(localStart, ['--skill', 'testskill'], {
|
||||||
|
timeout: 30_000,
|
||||||
encoding: 'utf-8',
|
encoding: 'utf-8',
|
||||||
cwd: projectRoot,
|
cwd: projectRoot,
|
||||||
env,
|
env,
|
||||||
@@ -328,6 +329,7 @@ describe('gstack-skill-start behavior', () => {
|
|||||||
|
|
||||||
fs.writeFileSync(path.join(freshGh, '.feature-prompted-continuous-checkpoint'), '');
|
fs.writeFileSync(path.join(freshGh, '.feature-prompted-continuous-checkpoint'), '');
|
||||||
const overlay = execFileSync(localStart, ['--skill', 'testskill'], {
|
const overlay = execFileSync(localStart, ['--skill', 'testskill'], {
|
||||||
|
timeout: 30_000,
|
||||||
encoding: 'utf-8',
|
encoding: 'utf-8',
|
||||||
cwd: projectRoot,
|
cwd: projectRoot,
|
||||||
env,
|
env,
|
||||||
|
|||||||
Reference in New Issue
Block a user