Skip to content

Commit d7b5002

Browse files
committed
reduce timeout
1 parent ed7f3cb commit d7b5002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
zulip_ref: ${{ matrix.zulip_ref }}
5858

5959
- name: Run go test suite with coverage
60-
run: go test ./... -covermode=atomic -coverprofile=coverage.out -timeout 60m
60+
run: go test ./... -covermode=atomic -coverprofile=coverage.out -timeout 10m
6161

6262
- name: Upload coverage to Codecov
6363
if: success() && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)