Extend the sleep time in the NC unit test

This commit is contained in:
gmarek 2017-03-07 10:47:28 +01:00
parent 302aab9ba2
commit 65f556788e

View File

@ -1249,7 +1249,7 @@ func TestMonitorNodeStatusEvictPodsWithDisruption(t *testing.T) {
t.Errorf("%v: unexpected error: %v", item.description, err)
}
// Give some time for rate-limiter to reload
time.Sleep(50 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
for zone, state := range item.expectedFollowingStates {
if state != nodeController.zoneStates[zone] {