Skip to content

Commit fd7977f

Browse files
committed
increase wait time for zulip
1 parent f237b30 commit fd7977f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Give Zulip some time to settle
6060
shell: bash
6161
run: |
62-
echo "Waiting 15 seconds for Zulip to settle..."
63-
sleep 15
62+
echo "Waiting 30 seconds for Zulip to settle..."
63+
sleep 30
6464
6565
- name: Run go test suite with coverage
6666
run: go test ./... -covermode=atomic -coverprofile=coverage.out -timeout 60m

0 commit comments

Comments
 (0)