mirror of https://github.com/garrytan/gstack.git
test(evals): document-release budget 180s -> 300s — same contention ratchet, receipts in-file
Timed out at exactly 180s on its final attempt twice on PR #2593 (rounds 4 and 13) while passing four other rounds — a 30-turn multi-step doc workflow is marginal at 180s under 40-way in-shard CI concurrency. Same story and same fix as review-dashboard-via and retro-base-branch; outer bun timeout rises to 360s.
This commit is contained in:
parent
18698b964e
commit
308f19c4f8
|
|
@ -77,7 +77,13 @@ IMPORTANT:
|
||||||
workingDirectory: docReleaseDir,
|
workingDirectory: docReleaseDir,
|
||||||
maxTurns: 30,
|
maxTurns: 30,
|
||||||
allowedTools: ['Bash', 'Read', 'Write', 'Edit', 'Grep', 'Glob'],
|
allowedTools: ['Bash', 'Read', 'Write', 'Edit', 'Grep', 'Glob'],
|
||||||
timeout: 180_000,
|
// 300s, not 180s: a 30-turn multi-step doc workflow under 40-way
|
||||||
|
// in-shard CI concurrency timed out at exactly 180s on its final
|
||||||
|
// attempt twice on PR #2593 (rounds 4 and 13) while passing four
|
||||||
|
// other rounds — marginal at 180s, same contention story as
|
||||||
|
// review-dashboard-via and retro-base-branch. Outer bun timeout
|
||||||
|
// rises to 360s for headroom.
|
||||||
|
timeout: 300_000,
|
||||||
testName: 'document-release',
|
testName: 'document-release',
|
||||||
runId,
|
runId,
|
||||||
});
|
});
|
||||||
|
|
@ -114,7 +120,7 @@ IMPORTANT:
|
||||||
} else {
|
} else {
|
||||||
console.warn('README was NOT updated — agent may not have found the feature');
|
console.warn('README was NOT updated — agent may not have found the feature');
|
||||||
}
|
}
|
||||||
}, 240_000);
|
}, 360_000);
|
||||||
});
|
});
|
||||||
|
|
||||||
// --- Ship workflow with local bare remote ---
|
// --- Ship workflow with local bare remote ---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue