Skip to content

Commit

Permalink
Merge pull request #12184 from rhmdnd/fix-idp-stability-timeout
Browse files Browse the repository at this point in the history
Add a minimum cluster stability timeout for OpenShift e2e remediation
  • Loading branch information
yuumasato authored Jul 19, 2024
2 parents 0671459 + 7e3abc1 commit 9c9ec43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ EOF


echo "waiting for a stable cluster"
oc adm wait-for-stable-cluster
oc adm wait-for-stable-cluster --minimum-stable-period 2m

0 comments on commit 9c9ec43

Please sign in to comment.