Skip to content

Commit bae235f

Browse files
committed
increase fuzz_reset_smt.rs iterations to 1000
1 parent dd63c09 commit bae235f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contra-escrow-program/tests/trident-tests/fuzz_reset_smt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,5 +361,5 @@ impl FuzzTest {
361361
}
362362

363363
fn main() {
364-
FuzzTest::fuzz(100, 32);
364+
FuzzTest::fuzz(1000, 32);
365365
}

0 commit comments

Comments
 (0)