Skip to content

Commit

Permalink
fix: longer autosynth timeouts for php and python (#583)
Browse files Browse the repository at this point in the history
both have recently timed out
  • Loading branch information
SurferJeffAtGoogle authored May 28, 2020
1 parent f49dfa1 commit 10197ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro-autosynth/php.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ env_vars: {
key: "AUTOSYNTH_MULTIPLE_COMMITS"
value: "true"
}

# bump the timeout for this job to 6 hours
timeout_mins: 360
3 changes: 3 additions & 0 deletions .kokoro-autosynth/python.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ env_vars: {
key: "AUTOSYNTH_MULTIPLE_PRS"
value: "true"
}

# bump the timeout for this job to 6 hours
timeout_mins: 360

0 comments on commit 10197ed

Please sign in to comment.