Skip to content

Commit

Permalink
Increase the the number of test cases (#6921)
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn authored and dconnolly committed Jun 12, 2023
1 parent be7bc4b commit 619f737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-consensus/src/transaction/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ async fn v4_with_joinsplit_is_rejected_for_modification(
})
.await;

if result == expected_error || i >= 10 {
if result == expected_error || i >= 100 {
break result;
}

Expand Down

0 comments on commit 619f737

Please sign in to comment.