Skip to content

Commit c16f004

Browse files
committed
retry does not work
1 parent b1f6407 commit c16f004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration_testing/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ tasks.named<Test>("test") {
3434
}
3535

3636
retry {
37-
maxRetries = 3
37+
maxRetries = 1
38+
maxFailures = 1
3839
}
3940

4041
systemProperties["grpc-kotlin-version"] = project.version

0 commit comments

Comments
 (0)