Merge pull request #42634 from gmarek/nc_test_sleep

Automatic merge from submit-queue

Extend the sleep time in the NC unit test

Ref. https://github.com/kubernetes/kubernetes/issues/39975#issuecomment-284600278
This commit is contained in:
Kubernetes Submit Queue 2017-03-07 09:11:35 -08:00 committed by GitHub
commit c9d4e60131

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] {