Skip to content

Commit

Permalink
Add a timeout to fs tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix authored and AskAlexSharov committed Mar 18, 2024
1 parent bbabbbc commit f6613ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: ./.github/actions/go-common
- run: go test -race $(go list ./... | grep -v /fs | grep -v /possum)
continue-on-error: true
- run: go test -race ./fs/...
- run: go test -race -timeout 1m ./fs/...
if: ${{ ! contains(matrix.os, 'windows') }}
continue-on-error: true

Expand Down

0 comments on commit f6613ba

Please sign in to comment.