Skip to content

Commit 23b8a3f

Browse files
committed
Increase test timeuot
1 parent eafe9f4 commit 23b8a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Tests
4141
run: |
4242
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"
43+
go test -timeout 120s -race -count 1 -v ./... 2>&1 | go-junit-report -set-exit-code -iocopy -out "${{ github.workspace }}/report.xml"
4444
4545
4646
- name: Test Summary

0 commit comments

Comments
 (0)