From 65f556788eb2076595bdd17ba890d33cb3a2422b Mon Sep 17 00:00:00 2001 From: gmarek Date: Tue, 7 Mar 2017 10:47:28 +0100 Subject: [PATCH] Extend the sleep time in the NC unit test --- pkg/controller/node/nodecontroller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/node/nodecontroller_test.go b/pkg/controller/node/nodecontroller_test.go index 45f3960b802..c7372e4e7d7 100644 --- a/pkg/controller/node/nodecontroller_test.go +++ b/pkg/controller/node/nodecontroller_test.go @@ -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] {