Skip to content

Commit

Permalink
Revert "Decrease request size in autoscaling suite"
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ffml committed Feb 1, 2016
1 parent ad40653 commit e44164b
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 e44164b

Please sign in to comment.