Raise on Rack app timeout.

This commit is contained in:
Adrian Irving-Beer 2011-10-19 16:26:58 -04:00
parent acbb81cb90
commit 4e507cf5bc
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ module Capybara
end end
end end
rescue TimeoutError rescue TimeoutError
puts "Rack application timed out during boot" raise "Rack application timed out during boot"
exit
else else
self self
end end