Increase fastlane processing interval

This seems to be getting longer as we go. May be related to having many versions released under one testflight build?
This commit is contained in:
Dean Herbert 2019-05-18 12:58:13 +09:00 committed by GitHub
parent c4adb79cc7
commit d407981ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ platform :ios do
changelog.gsub!('$BUILD_ID', options[:build])
pilot(
wait_processing_interval: 900,
wait_processing_interval: 1800,
changelog: changelog,
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
)