Skip to content

Commit e351305

Browse files
authored
Update build timeouts. (#2936)
* Update build timeouts. * Update for java11.
1 parent 679bda3 commit e351305

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.kokoro/java11/common.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
# Format: //devtools/kokoro/config/proto/build.proto
1616

17+
# Build timeout of 5 hours
18+
timeout_mins: 300
19+
1720
# Download secrets from Cloud Storage.
1821
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java-docs-samples"
1922

.kokoro/java8/common.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
# Format: //devtools/kokoro/config/proto/build.proto
1616

17+
# Build timeout of 5 hours
18+
timeout_mins: 300
19+
1720
# Download secrets from Cloud Storage.
1821
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/java-docs-samples"
1922

0 commit comments

Comments
 (0)