Commit a04c48f
test: Increase timeout coefficient in flaky test_timeout_in_handler
The outer asyncio.timeout(12s) was too tight for slow CI machines
(macOS/Windows), causing the test to be cancelled before all retries
could complete. Increased non_realtime_system_coefficient from 2 to 10
(60s timeout) to provide sufficient headroom.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 142e4ef commit a04c48f
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