From 8bf2e67c4d97eb6ceabc966083482a32995f6a6a Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 29 May 2025 09:00:44 +0200 Subject: [PATCH] [tests] Enhance timeouts awaitng for tenant Kubernetes cluster Signed-off-by: Andrei Kvapil --- hack/e2e-apps.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/e2e-apps.bats b/hack/e2e-apps.bats index 9610a64a..624925d9 100755 --- a/hack/e2e-apps.bats +++ b/hack/e2e-apps.bats @@ -23,7 +23,7 @@ EOF kubectl wait namespace tenant-test --timeout=20s --for=jsonpath='{.status.phase}'=Active } -@test "Create a tenant Kubernetes control plane" { +@test "Create a tenant Kubernetes cluster" { kubectl create -f - <