Commit 945e062
chore(rust): widen sleep gap in flaky Async.Sleep test
The test relied on Async.Sleep(100) finishing before Async.Sleep(300),
but the 200ms gap is not robust on loaded CI runners — the second task
can be queued >200ms after the first, inverting the order. Widen the
gap to 100ms vs 1000ms.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 64c1b07 commit 945e062
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments