Skip to content

Commit fdb0f5b

Browse files
committed
try fixing it by waiting
1 parent bc16e90 commit fdb0f5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- 11.x
3636
- 10.x
3737
- 9.x
38+
fail-fast: false
3839
env:
3940
GO111MODULE: "on"
4041
GOFLAGS: "-trimpath"
@@ -55,6 +56,12 @@ jobs:
5556
with:
5657
zulip_ref: ${{ matrix.zulip_ref }}
5758

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
64+
5865
- name: Run go test suite with coverage
5966
env:
6067
ZULIP_TEST_SITE: http://127.0.0.1:9991

0 commit comments

Comments
 (0)