File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 run : |
1919 make azurefile-darwin
2020 - name : Run unit tests on MacOS
21- run : go test -v -race ./pkg/...
21+ run : go test -v -race ./pkg/... -timeout=30m
Original file line number Diff line number Diff line change 2525 make
2626
2727 - name : Unit Test
28- run : go test -race -covermode=atomic -coverprofile=profile.cov ./pkg/...
28+ run : go test -race -covermode=atomic -coverprofile=profile.cov ./pkg/... -timeout=30m
2929
3030 - name : Install goveralls
3131 run : go install github.com/mattn/goveralls@latest
Original file line number Diff line number Diff line change 3636 Write-Output "getting named pipes"
3737 [System.IO.Directory]::GetFiles("\\.\\pipe\\")
3838
39- go test -v -race ./pkg/...
39+ go test -v -race ./pkg/... -timeout=30m
You can’t perform that action at this time.
0 commit comments