fastlane/lib/fastlane/actions/testfairy.rb in fastlane-2.133.0 vs fastlane/lib/fastlane/actions/testfairy.rb in fastlane-2.134.0

- old
+ new

@@ -31,10 +31,10 @@ connection.post do |req| req.options.timeout = timeout req.url("/api/upload/") req.body = options end - rescue Faraday::Error::TimeoutError + rescue Faraday::TimeoutError UI.crash!("Uploading build to TestFairy timed out ⏳") end end def self.run(params)