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:
Levi Neuwirth 2026-06-10 12:07:08 -04:00
parent 15a764d87a
commit dd1d654799
1 changed files with 1 additions and 1 deletions

View File

@ -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