pilot/lib/pilot/build_manager.rb in fastlane-2.29.0.beta.20170508010014 vs pilot/lib/pilot/build_manager.rb in fastlane-2.29.0.beta.20170509010055

- old
+ new

@@ -33,10 +33,10 @@ UI.important("This means that no changelog will be set and no build will be distributed to testers") return end UI.message("If you want to skip waiting for the processing to be finished, use the `skip_waiting_for_build_processing` option") - latest_build = FastlaneCore::BuildWatcher.wait_for_build_processing_to_be_complete(app_id: app.apple_id, platform: platform) + latest_build = FastlaneCore::BuildWatcher.wait_for_build_processing_to_be_complete(app_id: app.apple_id, platform: platform, poll_interval: config[:wait_processing_interval]) distribute(options, build: latest_build) end def distribute(options, build: nil)