From 4d44dc11e2a9f5a2cd2dbd7eee9767e50cdd2aec Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Tue, 15 Sep 2020 10:41:52 -0700 Subject: [PATCH] grpc-js: Double the xds test job timeout --- test/kokoro/xds-interop.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kokoro/xds-interop.cfg b/test/kokoro/xds-interop.cfg index 81a03873..7aae7d96 100644 --- a/test/kokoro/xds-interop.cfg +++ b/test/kokoro/xds-interop.cfg @@ -16,7 +16,7 @@ # Location of the continuous shell script in repository. build_file: "grpc-node/packages/grpc-js/scripts/xds.sh" -timeout_mins: 60 +timeout_mins: 120 action { define_artifacts { regex: "github/grpc/reports/**"