We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafe9f4 commit 23b8a3fCopy full SHA for 23b8a3f
.github/workflows/go.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Tests
41
run: |
42
go install github.com/jstemmer/go-junit-report/v2@latest
43
- go test -race -count 1 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
+ go test -timeout 120s -race -count 1 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
44
45
46
- name: Test Summary
0 commit comments