Skip to content

Commit

Permalink
chore: Increase test timeout to 15min
Browse files Browse the repository at this point in the history
Should help with windows test timeouts.
  • Loading branch information
LBeernaertProton committed Oct 19, 2022
1 parent ccc4a12 commit e7de4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
skip-cache: true

- name: Run tests
run: go test -v ./...
run: go test -timeout 15m -v ./...

- name: Run tests with race check
if: runner.os != 'Windows'
Expand Down

0 comments on commit e7de4fd

Please sign in to comment.