We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1744502 commit b2c6386Copy full SHA for b2c6386
.github/workflows/ci.yml
@@ -42,11 +42,11 @@ jobs:
42
43
- name: Run tests
44
if: matrix.go-version != '1.21'
45
- run: go test -v -race -timeout 300s ./...
+ run: go test -v -race -timeout 600s ./...
46
47
- name: Run tests with coverage
48
if: matrix.go-version == '1.21'
49
- run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -timeout 300s ./...
+ run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -timeout 600s ./...
50
51
- name: Upload coverage reports to Codecov
52
0 commit comments