lib/calabash-cucumber/http/http.rb in calabash-cucumber-0.19.0.pre2 vs lib/calabash-cucumber/http/http.rb in calabash-cucumber-0.19.0.pre3

- old
+ new

@@ -64,9 +64,10 @@ break end begin success, body = self.ping_app + RunLoop.log_debug("Connected to Calaash Server on try: #{try + 1} of #{max_retry_count}") return success, body if success rescue => e last_error = e ensure sleep(1)