Skip to content

Commit 486ae25

Browse files
author
Takashi Matsuo
authored
testing: bump the timeout for periodic builds (#3413)
1 parent 9c8cd92 commit 486ae25

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.kokoro/python3.6/periodic.cfg

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

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

17+
timeout_mins: 420 # 7 hours
18+
1719
# Tell the trampoline which build file to use.
1820
env_vars: {
1921
key: "TRAMPOLINE_BUILD_FILE"

.kokoro/python3.7/periodic.cfg

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

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

17+
timeout_mins: 420 # 7 hours
18+
1719
# Tell the trampoline which build file to use.
1820
env_vars: {
1921
key: "TRAMPOLINE_BUILD_FILE"

.kokoro/python3.8/periodic.cfg

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

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

17+
timeout_mins: 420 # 7 hours
18+
1719
# Tell the trampoline which build file to use.
1820
env_vars: {
1921
key: "TRAMPOLINE_BUILD_FILE"

0 commit comments

Comments
 (0)