Skip to content

Commit

Permalink
ci: Bump timeout for E2E tests (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Mar 7, 2023
1 parent f204f71 commit 2aced79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
go-version: ${{ matrix.go_version }}

- name: E2E tests
timeout-minutes: 50
timeout-minutes: 60
env:
E2E_TESTING: 1
run: |
go test -timeout=30m -v ./...
go test -timeout=40m -v ./...

0 comments on commit 2aced79

Please sign in to comment.