mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
f2ab755178
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 https://github.com/rust-lang/rust/pull/153387#issuecomment-4016078983. Earlier failures: - https://github.com/rust-lang/rust/pull/150365#issuecomment-3691457455 - https://github.com/rust-lang/rust/pull/147775#issuecomment-3410454391 --- - Prior art: https://github.com/rust-lang/rust/pull/152878