From 59c47cc283e88e65ad029c2ab434244958c515a7 Mon Sep 17 00:00:00 2001 From: Patryk Matuszak Date: Mon, 1 Jun 2026 16:42:43 +0200 Subject: [PATCH] Wait a little bit longer for existence of ConfigMap --- test/suites/standard1/kustomize.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/standard1/kustomize.robot b/test/suites/standard1/kustomize.robot index 4949948c6f..9701e7e036 100644 --- a/test/suites/standard1/kustomize.robot +++ b/test/suites/standard1/kustomize.robot @@ -224,7 +224,7 @@ Write Manifests ConfigMap Path Should Match [Documentation] Ensure the config map path value matches the manifest dir [Arguments] ${namespace} ${manifest_dir} - ${configmap}= Wait Until Keyword Succeeds 20x 10s + ${configmap}= Wait Until Keyword Succeeds 30x 10s ... Oc Get configmap ${namespace} ${CONFIGMAP_NAME} Should Be Equal ${manifest_dir} ${configmap.data.path}