Skip to content

Commit 2424503

Browse files
authored
ci(bats): bump timeout
test is a bit flaky as checks can run too early
1 parent 06b4a74 commit 2424503

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)