Commit 8f121ec
test(e2e): widen auth OAuth matrix timeouts for CI load
Four tests in live-canary auth-full were failing in CI with
`Page.wait_for_function: Timeout 60000ms exceeded`,
`ClientConnectionError('Connection closed')`, and
`Timed out waiting for OAuth refresh request` — all inside 60/20s
deadlines that are tuned for a dev laptop and don't leave margin
for ubuntu-latest's 2-vCPU runner under full suite load.
Raise the per-call deadlines so the inner budgets fit comfortably
inside pyproject.toml's 120s per-test cap:
_wait_for_refresh_request default: 20.0s -> 60.0s
_wait_for_auth_event call site: 60 -> 90
_wait_for_auth_prompt call site: 60 -> 90
send_chat_and_wait_for_terminal_message call sites: 60000 -> 90000
_wait_for_mock_google_tokens call site: 60.0 -> 90.0
_wait_for_response_contains (gmail) call site: 60.0 -> 90.0
Strictly widening; no passing test is slowed, no semantics change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 636c2ac commit 8f121ec
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1087 | 1087 | | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | | - | |
| 1090 | + | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
| |||
1356 | 1356 | | |
1357 | 1357 | | |
1358 | 1358 | | |
1359 | | - | |
| 1359 | + | |
1360 | 1360 | | |
1361 | 1361 | | |
1362 | 1362 | | |
| |||
1367 | 1367 | | |
1368 | 1368 | | |
1369 | 1369 | | |
1370 | | - | |
| 1370 | + | |
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
| |||
1454 | 1454 | | |
1455 | 1455 | | |
1456 | 1456 | | |
1457 | | - | |
| 1457 | + | |
1458 | 1458 | | |
1459 | 1459 | | |
1460 | 1460 | | |
1461 | 1461 | | |
1462 | | - | |
| 1462 | + | |
1463 | 1463 | | |
1464 | 1464 | | |
1465 | 1465 | | |
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | | - | |
| 1570 | + | |
1571 | 1571 | | |
1572 | 1572 | | |
1573 | | - | |
| 1573 | + | |
1574 | 1574 | | |
1575 | 1575 | | |
1576 | 1576 | | |
| |||
0 commit comments