mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
reduce threads in downgrade test
This commit is contained in:
parent
782b07e1ff
commit
fc52cdd9a8
@ -515,7 +515,7 @@ fn test_downgrade_observe() {
|
||||
// Taken from the test `test_rwlock_downgrade` from:
|
||||
// https://github.com/Amanieu/parking_lot/blob/master/src/rwlock.rs
|
||||
|
||||
const W: usize = if cfg!(target_pointer_width = "64") { 100 } else { 20 };
|
||||
const W: usize = 20;
|
||||
const N: usize = 100;
|
||||
|
||||
// This test spawns `W` writer threads, where each will increment a counter `N` times, ensuring
|
||||
|
Loading…
Reference in New Issue
Block a user