Skip to content

Commit

Permalink
testing: bump the timeout for periodic builds (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored Apr 15, 2020
1 parent 9c8cd92 commit 486ae25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .kokoro/python3.6/periodic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

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

timeout_mins: 420 # 7 hours

# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
Expand Down
2 changes: 2 additions & 0 deletions .kokoro/python3.7/periodic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

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

timeout_mins: 420 # 7 hours

# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
Expand Down
2 changes: 2 additions & 0 deletions .kokoro/python3.8/periodic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

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

timeout_mins: 420 # 7 hours

# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
Expand Down

0 comments on commit 486ae25

Please sign in to comment.