Skip to content

Commit 1034f48

Browse files
author
Stjepan Glavina
committed
Less intense tests
1 parent fa7708e commit 1034f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn contention() {
2828

2929
let tx = Arc::new(tx);
3030
let l = Lock::new(0i32);
31-
let num_tasks = 10000;
31+
let num_tasks = 100;
3232

3333
for _ in 0..num_tasks {
3434
let tx = tx.clone();

0 commit comments

Comments
 (0)