fastlane: huawei: Add delay before review

Otherwise we get an error, see https://github.com/shr3jn/fastlane-plugin-huawei_appgallery_connect/issues/34

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2022-05-03 12:48:11 +02:00
parent ad5769c98c
commit 1b021a9eb9
No known key found for this signature in database
GPG Key ID: 2585783189A62105
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ private_lane :uploadToHuawei_Final do |options|
app_id: ENV["FASTLANE_NEXTCLOUD_HUAWEI_APP_ID"],
apk_path: "release/huawei-release-" + options["versionCode"] + ".apk",
submit_for_review: true,
delay_before_submit_for_review: 30,
)
end