diff --git a/integration/helpers/servicebrokerstub/app_deploy.go b/integration/helpers/servicebrokerstub/app_deploy.go index 18f7ee02de0..8d67c315030 100644 --- a/integration/helpers/servicebrokerstub/app_deploy.go +++ b/integration/helpers/servicebrokerstub/app_deploy.go @@ -37,7 +37,7 @@ func initialize() { func ensureAppIsDeployed() { if !appResponds() { ensureAppIsPushed() - Eventually(appResponds()).Should(BeTrue()) + Eventually(appResponds, time.Minute).Should(BeTrue()) } }