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 ed7f3cb commit d7b5002Copy full SHA for d7b5002
.github/workflows/integration-tests.yml
@@ -57,7 +57,7 @@ jobs:
57
zulip_ref: ${{ matrix.zulip_ref }}
58
59
- name: Run go test suite with coverage
60
- run: go test ./... -covermode=atomic -coverprofile=coverage.out -timeout 60m
+ run: go test ./... -covermode=atomic -coverprofile=coverage.out -timeout 10m
61
62
- name: Upload coverage to Codecov
63
if: success() && github.ref == 'refs/heads/main'
0 commit comments