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 f237b30 commit fd7977fCopy full SHA for fd7977f
.github/workflows/integration-tests.yml
@@ -59,8 +59,8 @@ jobs:
59
- name: Give Zulip some time to settle
60
shell: bash
61
run: |
62
- echo "Waiting 15 seconds for Zulip to settle..."
63
- sleep 15
+ echo "Waiting 30 seconds for Zulip to settle..."
+ sleep 30
64
65
- name: Run go test suite with coverage
66
run: go test ./... -covermode=atomic -coverprofile=coverage.out -timeout 60m
0 commit comments