Commit 7f7d45e
authored
test: Fix flaky test_timeout_in_handler (#1764)
## Summary
- Increased `non_realtime_system_coefficient` from 2 to 10 in
`test_timeout_in_handler` to fix CI flakiness
- The outer `asyncio.timeout(12s)` was too tight for slow CI machines
(macOS/Windows), causing the crawler run to be cancelled before all 3
retry attempts could complete
- New timeout of 60s provides sufficient headroom while the test still
completes in ~2s locally1 parent 142e4ef commit 7f7d45e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1375 | 1375 | | |
1376 | 1376 | | |
1377 | 1377 | | |
1378 | | - | |
| 1378 | + | |
1379 | 1379 | | |
1380 | 1380 | | |
1381 | 1381 | | |
| |||
0 commit comments