Commit 292f6bd
authored
Fix flaky nightly CI: bump main-actor blocking threshold from 0.2 to 0.3 (#185)
testStartRecordingDoesNotBlockMainActorDuringAudioStart was failing
intermittently on CI runners where initial MainActor work (guard checks,
state mutation, cursor overlay) took 204ms — just over the 0.2s limit.
The mock audio engine's startRecordingDelay is 0.3, so the test intent is
to verify the main actor doesn't synchronously wait for the full audio
start duration. Matching the threshold to the mock delay (0.3) preserves
the assertion while eliminating the timing flake.1 parent 12d736c commit 292f6bd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments