Skip to content

Commit

Permalink
Merge pull request #1048 from cloudfoundry/fix_r_test
Browse files Browse the repository at this point in the history
Increase memory limit for "R" buildpack test
  • Loading branch information
jochenehret authored Jan 31, 2024
2 parents cfcbf1c + 8d5e5f4 commit 317af7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect/buildpacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ var _ = DetectDescribe("Buildpacks", func() {
Context(fmt.Sprintf("when using %s stack", stack), func() {
It("makes the app reachable via its bound route", func() {
Expect(cf.Cf("push", appName,
"-m", DEFAULT_MEMORY_LIMIT,
"-m", "2G",
"-p", assets.NewAssets().R,
"-s", stack,
).Wait(Config.DetectTimeoutDuration())).To(Exit(0))
Expand Down

0 comments on commit 317af7c

Please sign in to comment.