Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
Signed-off-by: divyansh42 <[email protected]>
  • Loading branch information
divyansh42 authored and vdemeester committed Jul 30, 2024
1 parent 5b3180d commit ba184b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-osp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ esac

# wait until tekton pipelines operator is created
echo "Waiting for OpenShift Pipelines Operator to be created..."
timeout 2m bash <<- EOF
timeout 5m bash <<- EOF
until oc get deployment openshift-pipelines-operator -n openshift-operators; do
sleep 5
done
Expand Down

0 comments on commit ba184b4

Please sign in to comment.