Skip to content

Commit 491e4e0

Browse files
committed
try again
1 parent b04aa8e commit 491e4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/acceptance_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
begin
1919
response = Net::HTTP.new("0.0.0.0", 8080).get("/health")
2020
break if response.is_a?(Net::HTTPSuccess)
21-
rescue Errno::ECONNREFUSED, SocketError
21+
rescue Errno::ECONNREFUSED, SocketError, StandardError
2222
# Server not ready yet, continue waiting
2323
end
2424

0 commit comments

Comments
 (0)