mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
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:
commit
c9d4e60131
@ -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] {
|
||||
|
Loading…
Reference in New Issue
Block a user