From 5236edae953e41e338370da246f22586c7a24287 Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Sun, 10 Sep 2023 00:08:58 +0300 Subject: [PATCH] feat: Chroma auth support - Increasing wait time for pod Refs: #13 --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index f7c355b..8ea7bb9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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