Skip to content

Commit 075d155

Browse files
committed
fix test error
Signed-off-by: kerthcet <[email protected]>
1 parent 27b80d7 commit 075d155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-deploy-with-helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function kind_load {
2525
function deploy {
2626
cd $CWD
2727
HELM_EXT_OPTS='--set controllerManager.manager.image.tag=${IMAGE_TAG}' make helm-install
28-
$KUBECTL wait --timeout=10m --for=condition=ready pods --namespace=llmaz-system -l app.kubernetes.io/component!=open-webui
28+
$KUBECTL wait --timeout=30m --for=condition=ready pods --namespace=llmaz-system -l app.kubernetes.io/component!=open-webui
2929
echo "all pods of llmaz-system is ready..."
3030
$KUBECTL get pod -n llmaz-system
3131
}

0 commit comments

Comments
 (0)