Skip to content

Commit

Permalink
ci: bump timeout for E2E tests (to account for vault)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed May 13, 2022
1 parent bbc7232 commit 524d3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Test
needs: build
runs-on: ${{ matrix.os }}
timeout-minutes: 25
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand All @@ -68,7 +68,7 @@ jobs:
go test -v -race ./...
- name: E2E tests
timeout-minutes: 20
timeout-minutes: 25
env:
E2E_TESTING: 1
run: |
Expand Down

0 comments on commit 524d3bd

Please sign in to comment.