Skip to content

Commit

Permalink
Revert "Shorter Sinatra::Runner timeout" (#1976)
Browse files Browse the repository at this point in the history
This reverts commit 0e43702.

This wasn't needed for anything more than making the tests fail faster
when I was developing. It could be seen as a breaking change, so let's
just back it out.
  • Loading branch information
dentarg committed Dec 29, 2023
1 parent 1551ef7 commit 3b75657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra-contrib/lib/sinatra/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def command
"bundle exec ruby #{app_file} -p #{port} -e production"
end

def ping(timeout = 10)
def ping(timeout = 30)
loop do
return if alive?

Expand Down

0 comments on commit 3b75657

Please sign in to comment.