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 2fef844 commit b510172Copy full SHA for b510172
.github/workflows/ci.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: build and test
24
run: |
25
go get -v
26
- # Increase timeout to 180s for container tests
27
- go test -timeout=180s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
+ go test -timeout=300s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
28
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "_mock.go" > $GITHUB_WORKSPACE/profile.cov
29
go build -race
30
env:
0 commit comments