Stabilize devworkspace-happy-path job (#734)
parent
0266ae00f1
commit
8e99287eec
|
|
@ -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 }}')
|
||||
|
|
|
|||
Loading…
Reference in New Issue