Skip to content

Commit

Permalink
Merge pull request kubernetes#20428 from kubernetes/revert-20405-requ…
Browse files Browse the repository at this point in the history
…est_size

Revert "Decrease request size in autoscaling suite"
  • Loading branch information
j3ffml committed Feb 1, 2016
2 parents a68f952 + e44164b commit 92ec286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/autoscaling_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
const (
dynamicConsumptionTimeInSeconds = 30
staticConsumptionTimeInSeconds = 3600
dynamicRequestSizeInMillicores = 20
dynamicRequestSizeInMillicores = 100
dynamicRequestSizeInMegabytes = 100
port = 80
targetPort = 8080
Expand Down

0 comments on commit 92ec286

Please sign in to comment.