style: from_secs(1) for the m9_2 harvest wait (clippy duration units)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
15a764d87a
commit
dd1d654799
|
|
@ -544,7 +544,7 @@ fn m9_2_cancelled_sibling_wins_over_queued_response() {
|
|||
// macOS runners); a generous wait does not weaken the contract —
|
||||
// the race under test is cancel-AFTER-queue-BEFORE-manager-tick,
|
||||
// which holds for any wait long enough for the response to land.
|
||||
std::thread::sleep(Duration::from_millis(1000));
|
||||
std::thread::sleep(Duration::from_secs(1));
|
||||
sup.borrow_mut().tick();
|
||||
|
||||
// Cancel only b after the response is queued but before
|
||||
|
|
|
|||
Loading…
Reference in New Issue