Skip to content

Commit

Permalink
Remove assert from test_submit_sleeps_more_cpus2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 14, 2024
1 parent 08c130d commit 3f2a58e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ async fn test_submit_sleeps_more_cpus2() {

let duration = start.elapsed().as_millis();
assert!(duration >= 2000);
assert!(duration <= 2300);
})
.await;
}
Expand Down

0 comments on commit 3f2a58e

Please sign in to comment.