From 0058ce04f877e8f6e13640bdf9ce26181cc9c6f3 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 8 Jul 2021 10:32:12 -0700 Subject: [PATCH] grpc-js-xds: Increase interop test timeout to 6 hours --- 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 16a7dc7d..866cb4b5 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-xds/scripts/xds.sh" -timeout_mins: 120 +timeout_mins: 360 action { define_artifacts { regex: "github/grpc/reports/**"