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: |