Stabilize devworkspace-happy-path job (#734)

pull/738/head
Sergey Skorik 2021-03-26 10:25:33 +02:00 committed by GitHub
parent 0266ae00f1
commit 8e99287eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}')