From dd1d65479965d4d4f2b89ee351ddd490aa5ad5df Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Wed, 10 Jun 2026 12:07:08 -0400 Subject: [PATCH] style: from_secs(1) for the m9_2 harvest wait (clippy duration units) Co-Authored-By: Claude Fable 5 --- tests/m9_2_acceptance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/m9_2_acceptance.rs b/tests/m9_2_acceptance.rs index b509f0d..06338c9 100644 --- a/tests/m9_2_acceptance.rs +++ b/tests/m9_2_acceptance.rs @@ -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