From 208c24ddbad4d817be18e0b96341b671b5ea4bb5 Mon Sep 17 00:00:00 2001 From: Tareq Alayan Date: Sun, 24 Nov 2019 14:02:03 +0200 Subject: [PATCH] marketplace-testing: increase timeout node-labeller takes more than 10 minutes to go into state running, therefore i am adding more time to wait (20m) --- marketplace-testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketplace-testing.sh b/marketplace-testing.sh index 9137ca1..79d4cba 100755 --- a/marketplace-testing.sh +++ b/marketplace-testing.sh @@ -164,4 +164,4 @@ spec: EOF echo "Waiting for HCO to get fully deployed" -oc wait -n ${TARGET_NAMESPACE} hyperconverged hyperconverged-cluster --for condition=Available --timeout=10m +oc wait -n ${TARGET_NAMESPACE} hyperconverged hyperconverged-cluster --for condition=Available --timeout=20m