Skip to content

Commit 5a71d9b

Browse files
tjgqcopybara-github
authored andcommitted
Extend the credential helper default timeout to 10s.
The default timeout makes the integration tests 1% flaky on RBE. PiperOrigin-RevId: 535255555 Change-Id: I8270ffbfcbd00ec7c38a92a546d5726f1b10b68d
1 parent 5749b50 commit 5a71d9b

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)