Skip to content

Commit

Permalink
ci: bump timeout for E2E tests (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Feb 22, 2022
1 parent 1c40a7d commit f11ec54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Test
needs: build
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 25
strategy:
fail-fast: false
matrix:
Expand All @@ -68,8 +68,8 @@ jobs:
go test -v -race ./...
- name: E2E tests
timeout-minutes: 15
timeout-minutes: 20
env:
E2E_TESTING: 1
run: |
go test -timeout=15m -v ./...
go test -timeout=20m -v ./...

0 comments on commit f11ec54

Please sign in to comment.