We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dd23e commit b382b4cCopy full SHA for b382b4c
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
ports:
21
- 6333:6333
22
- 6334:6334
23
- options: --health-cmd="curl --fail http://localhost:6333/health" --health-interval=10s --health-timeout=5s --health-retries=3
+ options: --health-cmd="curl --fail http://localhost:6333/health" --health-interval=10s --health-timeout=10s --health-retries=6
24
25
steps:
26
- name: Checkout code
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Test Qdrant connection
54
run: |
55
- timeout 30 bash -c 'until curl --silent --fail http://localhost:6333/health; do sleep 1; done'
+ timeout 60 bash -c 'until curl --silent --fail http://localhost:6333/health; do sleep 2; done'
56
echo "Qdrant is ready"
57
58
docker:
0 commit comments