Reduce app store processing wait interval in line with faster processing time

This commit is contained in:
Dean Herbert 2020-03-20 02:47:45 +09:00 committed by GitHub
parent d96f684077
commit 549cec80d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ platform :ios do
changelog.gsub!('$BUILD_ID', options[:build])
pilot(
wait_processing_interval: 1800,
wait_processing_interval: 900,
changelog: changelog,
groups: ['osu! supporters', 'public'],
distribute_external: true,