Merge pull request #1840 from ericgribkoff/bump_xds_timeout

Increase xDS job timeouts to match Java and Go
This commit is contained in:
Michael Lumish 2021-07-08 10:30:50 -07:00 committed by GitHub
commit c406624bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/**"