Skip to content

Commit b382b4c

Browse files
author
Alexander Cherednikov
committed
FIX CI
1 parent 35dd23e commit b382b4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ports:
2121
- 6333:6333
2222
- 6334:6334
23-
options: --health-cmd="curl --fail http://localhost:6333/health" --health-interval=10s --health-timeout=5s --health-retries=3
23+
options: --health-cmd="curl --fail http://localhost:6333/health" --health-interval=10s --health-timeout=10s --health-retries=6
2424

2525
steps:
2626
- name: Checkout code
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Test Qdrant connection
5454
run: |
55-
timeout 30 bash -c 'until curl --silent --fail http://localhost:6333/health; do sleep 1; done'
55+
timeout 60 bash -c 'until curl --silent --fail http://localhost:6333/health; do sleep 2; done'
5656
echo "Qdrant is ready"
5757
5858
docker:

0 commit comments

Comments
 (0)