diff options
| author | Josh Bleecher Snyder <josh@tailscale.com> | 2021-07-29 13:29:45 -0700 |
|---|---|---|
| committer | Josh Bleecher Snyder <josh@tailscale.com> | 2021-07-29 13:34:08 -0700 |
| commit | ee2f988775cb8121e6dc9a85a904aebb80f9ec01 (patch) | |
| tree | ebfbb43445a1cdcfc1c212ad6df36af63ab000c4 /.github/workflows/windows-race.yml | |
| parent | 0554b64452e7aca20f0fbe9c675fad624ae078d7 (diff) | |
| download | tailscale-josh/debug-flake.tar.xz tailscale-josh/debug-flake.zip | |
debugjosh/debug-flake
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: |
