diff options
Diffstat (limited to '.github/workflows/windows-race.yml')
| -rw-r--r-- | .github/workflows/windows-race.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows-race.yml b/.github/workflows/windows-race.yml index a3c99822f..31fcc49be 100644 --- a/.github/workflows/windows-race.yml +++ b/.github/workflows/windows-race.yml @@ -36,7 +36,7 @@ jobs: # Don't use -bench=. -benchtime=1x. # Somewhere in the layers (powershell?) # the equals signs cause great confusion. - run: go test -race -bench . -benchtime 1x ./... + run: go test -race -bench . -benchtime 1x -timeout 5m -v ./... - uses: k0kubun/action-slack@v2.0.0 with: |
