Skip to content

Increase health check wait time in flaky test

Sami Hiltunen requested to merge smh-increase-health-wait into master

TestErrorThreshold can flake if the node health is not checked before the test performs an assertation that the node is marked unhealthy. This commit decreases the chance of the flaky condition by making the health checks more frequent and waiting longer for them to run.

Merge request reports