diff --git a/pkg/util/kubernetes/apiserver/controllers/hpa_controller_test.go b/pkg/util/kubernetes/apiserver/controllers/hpa_controller_test.go index 3959a127ad31..779f0b51c0cc 100644 --- a/pkg/util/kubernetes/apiserver/controllers/hpa_controller_test.go +++ b/pkg/util/kubernetes/apiserver/controllers/hpa_controller_test.go @@ -336,7 +336,7 @@ func TestAutoscalerController(t *testing.T) { timeoutDuration := 5 * time.Second retryPeriod := 500 * time.Millisecond - timeout := time.NewTimer(10 * time.Second) + timeout := time.NewTimer(20 * time.Second) defer timeout.Stop() select {