fix(goose): extend portal-resume timeout for phase3 under load

Portal resume smoke can exceed 300s when agent-run worker is busy; raise
phase3 default to 600s and refresh memory/sanitize baselines from smoke.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-09-09 19:56:28 +08:00
parent 1d165bc6e3
commit d691fed8a6
5 changed files with 1671 additions and 1577 deletions
+5 -1
View File
@@ -43,7 +43,11 @@ const checks = [
name: 'portal-resume',
script: 'check-goosed-v149-portal-resume.mjs',
required: true,
extraEnv: gooseV149PortalAgentEnv,
extraEnv: {
...gooseV149PortalAgentEnv,
GOOSE_V149_PORTAL_RESUME_TIMEOUT_MS:
process.env.GOOSE_V149_PORTAL_RESUME_TIMEOUT_MS ?? '600000',
},
waitForWorkerIdle: true,
},
{