openshift-kni / eco-goinfra

Apache License 2.0
6 stars 32 forks source link

bmh: fixed occasional failed unit test #420

Closed klaskosk closed 1 month ago

klaskosk commented 1 month ago

In baremetalhost_test.go the TestBareMetalHostWaitUntilDeleted unit test waits only 1 second for deletion, which causes tests to fail sometimes since the actual WaitUntilDeleted function polls every 1 second and does not immediately execute. This fix just increases the wait time in the test to 2 seconds which should always be sufficient.