Skip to content

Commit ce6eef6

Browse files
add 25 round of prop_test
1 parent 3b84cd9 commit ce6eef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/property_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn reorg<E: ElectrumApi>(
6161
}
6262

6363
proptest! {
64-
#![proptest_config(ProptestConfig::with_cases(100))]
64+
#![proptest_config(ProptestConfig::with_cases(25))]
6565
#[test]
6666
fn prop_handle_reorgs(
6767
reorg_depth in 1..=6usize,

0 commit comments

Comments
 (0)