Skip to content

Commit

Permalink
Increase php push timeout to 8 minutes
Browse files Browse the repository at this point in the history
6 minutes just wasn't enough; let's try 8...

Signed-off-by: Joseph Palermo <[email protected]>
  • Loading branch information
sykesm authored and Joseph Palermo committed Jul 2, 2014
1 parent b60df36 commit c1ac086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/buildpacks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var _ = Describe("Buildpacks", func() {

Describe("php", func() {
// This test requires more time during push, because the php buildpack is slower than your average bear
var phpPushTimeout = CF_PUSH_TIMEOUT + 4*time.Minute
var phpPushTimeout = CF_PUSH_TIMEOUT + 6*time.Minute

It("makes the app reachable via its bound route", func() {
Expect(cf.Cf("push", appName, "-p", helpers.NewAssets().Php).Wait(phpPushTimeout)).To(Exit(0))
Expand Down

0 comments on commit c1ac086

Please sign in to comment.