Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve identity provider timeout polling
One of our tests for OpenShift uses a manual remediation to install an identity provider before rescanning the environment. Something we've noticed is that the remediation will timeout in e2e runs because the authentication operator isn't ready yet after configuring the new identity provider. The default timeout is only 30 seconds, which likely isn't long enough to restart the authentication operator. We can make this remediation more robust by using `oc adm wait-for-stable-cluster`, which waits up to an hour for the authentication operator to come up. It also reduces the number of things we need to check for by encapsulating the checks into a single command.
- Loading branch information