From c885d4ea06e09f86672fb25acdd1a0a0b2e6e0ed Mon Sep 17 00:00:00 2001 From: Vyacheslav Tumanov Date: Mon, 14 Nov 2022 23:52:10 +0500 Subject: [PATCH] Increase timeout to 2h10m Signed-off-by: Vyacheslav Tumanov --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f12b6a10..ff08d4907 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: echo CLUSTER_CIDR="172.18.1.128/25" >> $GITHUB_ENV - name: Integration tests run: | - go test -count 1 -timeout 2h -race -v -run Single + go test -count 1 -timeout 2h10m -race -v -run Single env: ARTIFACTS_DIR: ${{ matrix.image }}-logs/${{ matrix.image }} working-directory: ${{ github.workspace }}/src/github.com/${{ github.repository }}