Increase the the number of test cases (#6921)

This commit is contained in:
Marek 2023-06-13 00:10:09 +02:00 committed by GitHub
parent b10df28209
commit c058f77a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}