aboutsummaryrefslogtreecommitdiff
path: root/tests/sharded_lock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sharded_lock.rs')
-rw-r--r--tests/sharded_lock.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sharded_lock.rs b/tests/sharded_lock.rs
index 0718b44..8b0ae8e 100644
--- a/tests/sharded_lock.rs
+++ b/tests/sharded_lock.rs
@@ -22,7 +22,7 @@ fn smoke() {
fn frob() {
const N: u32 = 10;
#[cfg(miri)]
- const M: usize = 100;
+ const M: usize = 50;
#[cfg(not(miri))]
const M: usize = 1000;