mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:35:10 +08:00
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])
|
changelog.gsub!('$BUILD_ID', options[:build])
|
||||||
|
|
||||||
pilot(
|
pilot(
|
||||||
wait_processing_interval: 900,
|
wait_processing_interval: 1800,
|
||||||
changelog: changelog,
|
changelog: changelog,
|
||||||
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
|
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user