From 766f6e9a9e4d39684bfe7e3d30bbd694f3b1a6f3 Mon Sep 17 00:00:00 2001 From: IvanHunters Date: Tue, 21 Oct 2025 09:42:07 +0300 Subject: [PATCH] fix tests Signed-off-by: IvanHunters --- hack/e2e-apps/ferretdb.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/e2e-apps/ferretdb.bats b/hack/e2e-apps/ferretdb.bats index eaadf045..550067f8 100644 --- a/hack/e2e-apps/ferretdb.bats +++ b/hack/e2e-apps/ferretdb.bats @@ -33,7 +33,7 @@ spec: EOF sleep 5 kubectl -n tenant-test wait hr ferretdb-$name --timeout=100s --for=condition=ready - kubectl -n tenant-test wait job.batch postgres-$name-init-job --timeout=50s --for=condition=Complete + kubectl -n tenant-test wait job.batch postgres-$name-init-job --timeout=250s --for=condition=Complete timeout 40 sh -ec "until kubectl -n tenant-test get svc ferretdb-$name-postgres-r -o jsonpath='{.spec.ports[0].port}' | grep -q '5432'; do sleep 10; done" timeout 40 sh -ec "until kubectl -n tenant-test get svc ferretdb-$name-postgres-ro -o jsonpath='{.spec.ports[0].port}' | grep -q '5432'; do sleep 10; done" timeout 40 sh -ec "until kubectl -n tenant-test get svc ferretdb-$name-postgres-rw -o jsonpath='{.spec.ports[0].port}' | grep -q '5432'; do sleep 10; done"