fix: increase browse E2E maxTurns 3→5 for CI recovery margin

3 turns was too tight — if the first goto needs a retry (server still
warming up after pre-warm), the agent has no recovery budget.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-23 20:38:02 -07:00
parent 980fb1acfc
commit 3d6d8dcd5b
+2 -2
View File
@@ -45,7 +45,7 @@ describeIfSelected('Skill E2E tests', [
4. $B screenshot /tmp/skill-e2e-test.png
Report the results of each command.`,
workingDirectory: tmpDir,
maxTurns: 3,
maxTurns: 5,
timeout: 60_000,
testName: 'browse-basic',
runId,
@@ -67,7 +67,7 @@ Report the results of each command.`,
5. $B snapshot -i -a -o /tmp/skill-e2e-annotated.png
Report what each command returned.`,
workingDirectory: tmpDir,
maxTurns: 3,
maxTurns: 5,
timeout: 60_000,
testName: 'browse-snapshot',
runId,