Increase the the number of test cases (#6921)
This commit is contained in:
parent
b10df28209
commit
c058f77a34
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue