Skip to content

Commit df283f2

Browse files
authored
[6.3.0] Extend the credential helper default timeout to 10s. (#18527)
The default timeout makes the integration tests 1% flaky on RBE. PiperOrigin-RevId: 535255555 Change-Id: I8270ffbfcbd00ec7c38a92a546d5726f1b10b68d
1 parent a93c460 commit df283f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/authandtls/AuthAndTLSOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public class AuthAndTLSOptions extends OptionsBase {
161161

162162
@Option(
163163
name = "experimental_credential_helper_timeout",
164-
defaultValue = "5s",
164+
defaultValue = "10s",
165165
converter = DurationConverter.class,
166166
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
167167
effectTags = {OptionEffectTag.UNKNOWN},

0 commit comments

Comments
 (0)