Skip to content

Commit

Permalink
feat: Chroma auth support
Browse files Browse the repository at this point in the history
- Increasing wait time for pod

Refs: #13
  • Loading branch information
tazarov committed Sep 9, 2023
1 parent b4c8e97 commit 5236eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
kubectl wait \
--for=condition=ready pod \
--selector=app.kubernetes.io/name=chromadb \
--timeout=120s
--timeout=300s
- name: Hearthbeat
run: |
set -e
Expand Down

0 comments on commit 5236eda

Please sign in to comment.