diff --git a/lib/app_store/connect.rb b/lib/app_store/connect.rb index 146bd91..0374a5e 100644 --- a/lib/app_store/connect.rb +++ b/lib/app_store/connect.rb @@ -459,7 +459,7 @@ def create_app_store_version(version, build) log "Creating app store version with ", {body: body} api.tunes_request_client.post("appStoreVersions", body) - execute_with_retry(AppStore::VersionNotFoundError, sleep_seconds: 15, max_retries: 8) do + execute_with_retry(AppStore::VersionNotFoundError, sleep_seconds: 15, max_retries: 10) do log("Fetching the created app store version") inflight_version = app.get_edit_app_store_version(includes: VERSION_DATA_INCLUDES) raise VersionNotFoundError unless inflight_version