summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/windows-race.yml
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josh@tailscale.com>2021-07-29 13:29:45 -0700
committerJosh Bleecher Snyder <josh@tailscale.com>2021-07-29 13:34:08 -0700
commitee2f988775cb8121e6dc9a85a904aebb80f9ec01 (patch)
treeebfbb43445a1cdcfc1c212ad6df36af63ab000c4 /.github/workflows/windows-race.yml
parent0554b64452e7aca20f0fbe9c675fad624ae078d7 (diff)
downloadtailscale-josh/debug-flake.tar.xz
tailscale-josh/debug-flake.zip
Diffstat (limited to '.github/workflows/windows-race.yml')
-rw-r--r--.github/workflows/windows-race.yml2
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: