E2E tests for horizontal pod autoscaler.

Fixes & tuning in horiontal pod autoscaler and its e2e tests; two of the tests added to "Autoscaling suite".
This commit is contained in:
Jerzy Szczepkowski
2015-09-24 11:09:40 +02:00
parent ec0e1faab4
commit c8238c079a
7 changed files with 17 additions and 21 deletions

View File

@@ -112,7 +112,7 @@ func NewCMServer() *CMServer {
ResourceQuotaSyncPeriod: 10 * time.Second,
NamespaceSyncPeriod: 5 * time.Minute,
PVClaimBinderSyncPeriod: 10 * time.Second,
HorizontalPodAutoscalerSyncPeriod: 1 * time.Minute,
HorizontalPodAutoscalerSyncPeriod: 30 * time.Second,
DeploymentControllerSyncPeriod: 1 * time.Minute,
RegisterRetryCount: 10,
PodEvictionTimeout: 5 * time.Minute,