You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the test would timeout after 30 seconds if it hasn't
finished successfully. However, the 30 seconds countdown start from the
beginning of the test, before creating the test cluster and running it.
A few failures happened because the nodes took a long time in the CI to
actually become up and running.
This commit deflakes the test by starting the 30 seconds countdown after
test cluster is actually functional.
References: #151660
Release note: None
0 commit comments