diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index b163d44cef81c..10aa6b87c9ddc 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -266,7 +266,7 @@ objects: local TARGET="${1}" shift local LIVE="$(jobs | wc -l)" - while [[ "${LIVE}" -ge 10 ]]; do + while [[ "${LIVE}" -ge 45 ]]; do sleep 1 LIVE="$(jobs | wc -l)" done