Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump timeout for E2E tests #50

Merged
merged 1 commit into from Feb 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 ./...