We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93c460 commit df283f2Copy full SHA for df283f2
src/main/java/com/google/devtools/build/lib/authandtls/AuthAndTLSOptions.java
@@ -161,7 +161,7 @@ public class AuthAndTLSOptions extends OptionsBase {
161
162
@Option(
163
name = "experimental_credential_helper_timeout",
164
- defaultValue = "5s",
+ defaultValue = "10s",
165
converter = DurationConverter.class,
166
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
167
effectTags = {OptionEffectTag.UNKNOWN},
0 commit comments