Skip to content

Commit

Permalink
Extend the xDS interop tests timeout to 360 mins (#8133)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed May 5, 2021
1 parent c9e327d commit d2160ea
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
Expand Up @@ -2,7 +2,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/xds.sh"
timeout_mins: 120
timeout_mins: 360
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds_v3.cfg
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: 120
timeout_mins: 360
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down

0 comments on commit d2160ea

Please sign in to comment.