We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04aa8e commit 491e4e0Copy full SHA for 491e4e0
spec/acceptance/acceptance_tests.rb
@@ -18,7 +18,7 @@
18
begin
19
response = Net::HTTP.new("0.0.0.0", 8080).get("/health")
20
break if response.is_a?(Net::HTTPSuccess)
21
- rescue Errno::ECONNREFUSED, SocketError
+ rescue Errno::ECONNREFUSED, SocketError, StandardError
22
# Server not ready yet, continue waiting
23
end
24
0 commit comments