Skip to content

Commit

Permalink
Increase disk allocation for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored and arjun024 committed Sep 25, 2024
1 parent e6cfd6b commit 8186194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/php/integration/deploy_a_php_app_with_newrelic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var _ = Describe("CF PHP Buildpack", func() {

It("succeeds", func() {
app = cutlass.New(Fixtures("with_newrelic"))
app.Disk = "2GB"
app.SetEnv("COMPOSER_GITHUB_OAUTH_TOKEN", os.Getenv("COMPOSER_GITHUB_OAUTH_TOKEN"))
app.SetEnv("BP_DEBUG", "true")
PushAppAndConfirm(app)
Expand Down

0 comments on commit 8186194

Please sign in to comment.