diff --git a/fixtures/default/sinatra_jruby/Procfile b/fixtures/default/sinatra_jruby/Procfile index b436fc6ca..decff6d97 100644 --- a/fixtures/default/sinatra_jruby/Procfile +++ b/fixtures/default/sinatra_jruby/Procfile @@ -1 +1 @@ -web: bundle exec rackup config.ru -o 0.0.0.0 -p $PORT +web: echo "Starting JRuby Sinatra app on port $PORT..." && bundle exec rackup config.ru -o 0.0.0.0 -p $PORT diff --git a/fixtures/default/sinatra_jruby/manifest.yml b/fixtures/default/sinatra_jruby/manifest.yml index 7ab734661..c03c2e7dd 100644 --- a/fixtures/default/sinatra_jruby/manifest.yml +++ b/fixtures/default/sinatra_jruby/manifest.yml @@ -1,3 +1,5 @@ --- applications: - name: sinatra_jruby_web_app + health-check-type: process + timeout: 180