Skip to content

Commit

Permalink
retry does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Feb 28, 2024
1 parent b1f6407 commit c16f004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ tasks.named<Test>("test") {
}

retry {
maxRetries = 3
maxRetries = 1
maxFailures = 1
}

systemProperties["grpc-kotlin-version"] = project.version
Expand Down

0 comments on commit c16f004

Please sign in to comment.