mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Extend the sleep time in the NC unit test
This commit is contained in:
parent
302aab9ba2
commit
65f556788e
@ -1249,7 +1249,7 @@ func TestMonitorNodeStatusEvictPodsWithDisruption(t *testing.T) {
|
|||||||
t.Errorf("%v: unexpected error: %v", item.description, err)
|
t.Errorf("%v: unexpected error: %v", item.description, err)
|
||||||
}
|
}
|
||||||
// Give some time for rate-limiter to reload
|
// Give some time for rate-limiter to reload
|
||||||
time.Sleep(50 * time.Millisecond)
|
time.Sleep(500 * time.Millisecond)
|
||||||
|
|
||||||
for zone, state := range item.expectedFollowingStates {
|
for zone, state := range item.expectedFollowingStates {
|
||||||
if state != nodeController.zoneStates[zone] {
|
if state != nodeController.zoneStates[zone] {
|
||||||
|
Loading…
Reference in New Issue
Block a user