Commit d79a3e9
authored
Rollup merge of #153534 - Zalathar:flaky-stress, r=Mark-Simulacrum
Remove a flaky `got_timeout` assert from two channel tests
In CI, the receiver thread can be descheduled for a surprisingly long time, so there's no guarantee that a timeout actually occurs.
One of these tests actually failed in rust-lang/rust#153387 (comment).
Earlier failures:
- rust-lang/rust#150365 (comment)
- rust-lang/rust#147775 (comment)
---
- Prior art: rust-lang/rust#1528780 file changed
0 commit comments