Skip to content

Commit

Permalink
Give tests more time on Windows
Browse files Browse the repository at this point in the history
CI is slow on Windows.
  • Loading branch information
walles committed Aug 6, 2024
1 parent 479d897 commit db41b5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
go-version-file: "go.mod"

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

0 comments on commit db41b5c

Please sign in to comment.