From 8e99287eec35921fe85df24cdfd33b9a7e4de452 Mon Sep 17 00:00:00 2001 From: Sergey Skorik Date: Fri, 26 Mar 2021 10:25:33 +0200 Subject: [PATCH] Stabilize devworkspace-happy-path job (#734) --- .ci/oci-devworkspace-happy-path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/oci-devworkspace-happy-path.sh b/.ci/oci-devworkspace-happy-path.sh index 3ade809bf..aa1e4581a 100755 --- a/.ci/oci-devworkspace-happy-path.sh +++ b/.ci/oci-devworkspace-happy-path.sh @@ -51,7 +51,7 @@ startHappyPathTest() { oc apply -f ${OPERATOR_REPO}/.ci/openshift-ci/happy-path-che.yaml # wait for the pod to start n=0 - while [ $n -le 12 ] + while [ $n -le 120 ] do PHASE=$(oc get pod -n ${NAMESPACE} ${HAPPY_PATH_POD_NAME} \ --template='{{ .status.phase }}')