Increase xDS job timeouts to match Java and Go

This commit is contained in:
Eric Gribkoff 2021-07-01 05:14:50 -07:00
parent 9acb1b6575
commit 972281770f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc-node/packages/grpc-js-xds/scripts/xds.sh"
timeout_mins: 180
timeout_mins: 360
action {
define_artifacts {
regex: "github/grpc/reports/**"

View File

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc-node/packages/grpc-js-xds/scripts/xds-v3.sh"
timeout_mins: 180
timeout_mins: 360
action {
define_artifacts {
regex: "github/grpc/reports/**"