mirror of https://github.com/ppy/osu
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:
parent
c4adb79cc7
commit
d407981ae4
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue