Skip to content

Commit

Permalink
Merge pull request #3736 from alphagov/187631468-app-autoscaler-upgra…
Browse files Browse the repository at this point in the history
…de-13.2.0

enabled app auto scaler acceptance test
  • Loading branch information
Harsh291104 committed Jul 12, 2024
2 parents 9e730b7 + 9ee676a commit f15d793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 1339ff514..ff0a2fe47 100644
It("should scale out and then back in.", Label(acceptance.LabelSmokeTests), func() {
By(fmt.Sprintf("Use heap %d mb of heap on app", heapToUse))
- CurlAppInstance(cfg, appName, 0, fmt.Sprintf("/memory/%d/5", heapToUse))
+ CurlAppInstance(cfg, appName, 0, fmt.Sprintf("/memory/%d/5", heapToUse+20))
+ CurlAppInstance(cfg, appName, 0, fmt.Sprintf("/memory/%d/5", heapToUse+30))

By("wait for scale to 2")
WaitForNInstancesRunning(appGUID, 2, 5*time.Minute)

0 comments on commit f15d793

Please sign in to comment.