Skip to content

Commit 6a70e55

Browse files
fmeumcopybara-github
authored andcommitted
Increase credential_helper_test timeout (#28986)
### Description ### Motivation This test flakily times out in CI pretty frequently. ### Build API Changes No ### Checklist - [ ] I have added tests for the new use cases (if any). - [ ] I have updated the documentation (if applicable). ### Release Notes RELNOTES: None Closes #28986. PiperOrigin-RevId: 883208467 Change-Id: Ideff68352a5bcba376f4dbad8401179bd32bc3e3
1 parent a0760f1 commit 6a70e55

File tree

1 file changed

+1
-0
lines changed
  • src/test/java/com/google/devtools/build/lib/authandtls/credentialhelper

1 file changed

+1
-0
lines changed

src/test/java/com/google/devtools/build/lib/authandtls/credentialhelper/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ filegroup(
1616

1717
java_test(
1818
name = "credentialhelper",
19+
timeout = "long",
1920
srcs = glob(["*.java"]),
2021
data = [
2122
":test_credential_helper",

0 commit comments

Comments
 (0)