Commit e2460ae
Fix flaky Parallel.PauseWithRetry test on CI
The per-platform timing margins (10ms Linux, 40ms Windows) were too
tight for loaded CI runners. Windows CI showed Sleep(150ms) overshooting
by 47ms, exceeding the 40ms margin. Use a single 80ms margin that
accommodates CI load while still validating behavioral correctness.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b947663 commit e2460ae
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
| 586 | + | |
| 587 | + | |
591 | 588 | | |
592 | 589 | | |
593 | 590 | | |
| |||
0 commit comments