Skip to content

Commit

Permalink
[6.3.0] Extend the credential helper default timeout to 10s. (#18527)
Browse files Browse the repository at this point in the history
The default timeout makes the integration tests 1% flaky on RBE.

PiperOrigin-RevId: 535255555
Change-Id: I8270ffbfcbd00ec7c38a92a546d5726f1b10b68d
  • Loading branch information
tjgq authored May 30, 2023
1 parent a93c460 commit df283f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public class AuthAndTLSOptions extends OptionsBase {

@Option(
name = "experimental_credential_helper_timeout",
defaultValue = "5s",
defaultValue = "10s",
converter = DurationConverter.class,
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.UNKNOWN},
Expand Down

0 comments on commit df283f2

Please sign in to comment.