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 b10e755 commit 7a110ebCopy full SHA for 7a110eb
.github/workflows/testing_build.yml
@@ -34,4 +34,4 @@ jobs:
34
uses: actions/checkout@v2
35
36
- name: Test
37
- run: go test -v -cover -race ./...
+ run: go test -v -cover -race -timeout 60s ./...
0 commit comments