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:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user