Skip to content

Commit

Permalink
Raise on Rack app timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
wisq committed Oct 19, 2011
1 parent acbb81c commit 4e507cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/capybara/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def boot
end
end
rescue TimeoutError
puts "Rack application timed out during boot"
exit
raise "Rack application timed out during boot"
else
self
end
Expand Down

0 comments on commit 4e507cf

Please sign in to comment.