Wait longer

This commit is contained in:
Dean Herbert 2019-03-01 17:37:28 +09:00
parent c0440ca4fe
commit 70d1c6fba4
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: 600,
wait_processing_interval: 900,
changelog: changelog,
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
)