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 2db23f5 commit 52653b2Copy full SHA for 52653b2
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: go mod download
33
34
- name: Run all tests
35
- run: go test -v -race -timeout 300s ./...
+ run: go test -v -race -timeout 600s ./...
36
37
release:
38
name: Create Release
0 commit comments