From 524d3bd63e76f653f7776d433eedb7d8e8207cc5 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 13 May 2022 22:54:20 +0100 Subject: [PATCH] ci: bump timeout for E2E tests (to account for vault) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a33622c..3de9ea9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: name: Test needs: build runs-on: ${{ matrix.os }} - timeout-minutes: 25 + timeout-minutes: 30 strategy: fail-fast: false matrix: @@ -68,7 +68,7 @@ jobs: go test -v -race ./... - name: E2E tests - timeout-minutes: 20 + timeout-minutes: 25 env: E2E_TESTING: 1 run: |