Skip to content

Commit

Permalink
chore(*): finalize SCC 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Sep 30, 2024
1 parent 05a4dfc commit 626237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/correctness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ mod treeindex_test {

#[test]
fn remove() {
let num_threads = if cfg!(miri) { 4 } else { 16 };
let num_threads = if cfg!(miri) { 2 } else { 16 };
let tree: Arc<TreeIndex<usize, usize>> = Arc::new(TreeIndex::new());
let barrier = Arc::new(Barrier::new(num_threads));
let mut thread_handles = Vec::with_capacity(num_threads);
Expand Down

0 comments on commit 626237a

Please sign in to comment.