Skip to content

Commit 68a8912

Browse files
authored
Merge pull request #86 from eXist-db/duncdrum-flaky-test
2 parents 06b4a74 + 2424503 commit 68a8912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
timeout-minutes: 5
5454
run: |
5555
while ! docker logs exist | grep -q "Server has started"; \
56-
do sleep 4s; \
56+
do sleep 6s; \
5757
done
5858
5959
# Test

0 commit comments

Comments
 (0)