Commit 7586376
fix(test): fix flaky adaptive playwright crawler timeout test
On slow Windows CI, Playwright browser startup exceeded the 10s relaxed
timeout, causing the browser fallback to fail. BasicCrawler then retried
the request, and the retry's static crawl succeeded (using the mutated
timeout), calling the static handler a second time.
Fix: increase relaxed timeout to 120s for slow CI, and set
max_request_retries=0 since the test validates fallback, not retries.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f9a8ea3 commit 7586376
File tree
1 file changed
+3
-3
lines changed- tests/unit/crawlers/_adaptive_playwright
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
598 | | - | |
| 597 | + | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
0 commit comments