mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1840 from ericgribkoff/bump_xds_timeout
Increase xDS job timeouts to match Java and Go
This commit is contained in:
commit
c406624bb2
|
@ -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/**"
|
||||
|
|
|
@ -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/**"
|
||||
|
|
Loading…
Reference in New Issue