mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1576 from murgatroid99/grpc-js_xds_job_timeout_increase
grpc-js: Double the xds test job timeout
This commit is contained in:
commit
3b1c130cbb
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
# Location of the continuous shell script in repository.
|
# Location of the continuous shell script in repository.
|
||||||
build_file: "grpc-node/packages/grpc-js/scripts/xds.sh"
|
build_file: "grpc-node/packages/grpc-js/scripts/xds.sh"
|
||||||
timeout_mins: 60
|
timeout_mins: 120
|
||||||
action {
|
action {
|
||||||
define_artifacts {
|
define_artifacts {
|
||||||
regex: "github/grpc/reports/**"
|
regex: "github/grpc/reports/**"
|
||||||
|
|
Loading…
Reference in New Issue