Skip to content

Commit

Permalink
buildscripts: increase xds job timeouts (#7831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgribkoff committed Jan 25, 2021
1 parent 2a62de0 commit 0ffd942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/xds.sh"
timeout_mins: 90
timeout_mins: 120
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds_v3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/xds_v3.sh"
timeout_mins: 90
timeout_mins: 120
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down

0 comments on commit 0ffd942

Please sign in to comment.