Skip to content

Commit 6bc9b2b

Browse files
authored
Increase disk size for supply tests (#1031)
1 parent e21c4a1 commit 6bc9b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/integration/fake_supply_before_php_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var _ = Describe("running supply buildpacks before the php buildpack", func() {
2727
"https://github.com/cloudfoundry/dotnet-core-buildpack#develop",
2828
"php_buildpack",
2929
}
30-
app.Disk = "1G"
30+
app.Disk = "2G"
3131
})
3232

3333
It("finds the supplied dependency in the runtime container", func() {

0 commit comments

Comments
 (0)