Commit 6fedea4
Fix QFP-3B flaky TestRequest test root cause: two-step sleep race condition (TICKET_489)
Previous fix widened sleep margin but didn't address the actual race: on loaded
macOS CI runners, sleep_for(1100ms) can overshoot past the 1500ms TestRequest
threshold, causing the first on_timer_tick() to send a TestRequest that
capture.clear() then erases. Replace two-step sleep with single 1700ms sleep.1 parent ccac5a4 commit 6fedea4
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| |||
0 commit comments