Skip to content

Commit

Permalink
Windows tests are slow
Browse files Browse the repository at this point in the history
Give them enough time to not time out during CI.
  • Loading branch information
walles committed Aug 6, 2024
1 parent eafc0e2 commit f7bdb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
go-version-file: "go.mod"

- run: go build
- run: go test -timeout 30s ./...
- run: go test -timeout 60s ./...

0 comments on commit f7bdb72

Please sign in to comment.