Skip to content

Commit

Permalink
improve bucket map test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Mar 16, 2023
1 parent eccb92a commit d021cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket_map/src/bucket_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ mod tests {
})
.collect::<Vec<_>>();
let hash_map = RwLock::new(HashMap::<Pubkey, (Vec<(usize, usize)>, RefCount)>::new());
let max_slot_list_len = 3;
let max_slot_list_len = 5;
let all_keys = Mutex::new(vec![]);

let gen_rand_value = || {
Expand Down

0 comments on commit d021cc6

Please sign in to comment.