Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
areshand committed Nov 26, 2024
1 parent 516f32e commit 4792daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/aptosdb/src/state_store/state_store_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ proptest! {

#[test]
fn test_get_rightmost_leaf_with_sharding(
(input, batch1_size) in hash_map(any::<StateKey>(), any::<StateValue>(), 2..1000)
(input, batch1_size) in hash_map(any::<StateKey>(), any::<StateValue>(), 3..1000)
.prop_flat_map(|input| {
let len = input.len();
(Just(input), 2..len)
Expand Down

0 comments on commit 4792daf

Please sign in to comment.