From 201123452f774bedbc301f9537fe0b2b20ad0c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gull=C3=B3n?= Date: Wed, 5 Jun 2024 14:10:59 +0200 Subject: [PATCH] increase delete openshift-ingress pod timeout --- test/suites/standard1/router.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/standard1/router.robot b/test/suites/standard1/router.robot index dc04b4059b..d9fceb1d2e 100644 --- a/test/suites/standard1/router.robot +++ b/test/suites/standard1/router.robot @@ -84,7 +84,7 @@ Router Disabled [Setup] Run Keywords ... Disable Router - Run With Kubeconfig oc wait --for=delete namespace/openshift-ingress --timeout=60s + Run With Kubeconfig oc wait --for=delete namespace/openshift-ingress --timeout=300s Router Exposure Configuration [Documentation] Test custom ports and custom listening addresses.