From 87536b9e3571a195b2d282abc18de8ed11c017a9 Mon Sep 17 00:00:00 2001 From: Roman Tkachenko Date: Tue, 8 Mar 2022 14:31:02 -0800 Subject: [PATCH] Fix --- .cloudbuild/ci/integration-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cloudbuild/ci/integration-tests.yaml b/.cloudbuild/ci/integration-tests.yaml index 2327083186445..4d8923e0df663 100644 --- a/.cloudbuild/ci/integration-tests.yaml +++ b/.cloudbuild/ci/integration-tests.yaml @@ -15,12 +15,12 @@ steps: id: run-tests dir: /workspace/.cloudbuild/scripts entrypoint: bash - args: + args: - -c - | go run ./cmd/integration-tests \ -target $_BASE_BRANCH \ -bucket test-logs \ -build $BUILD_ID \ - -a "test-logs/*.json" - timeout: 20m + -a "test-logs/*.json" + timeout: 25m