Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increasing fetch_edit_app_store_version default timeout #21741

Closed
wants to merge 1 commit into from

Conversation

ArthurAlvarez
Copy link

Checklist

  • I've run bundle exec rspec from the root directory to see all new and existing tests pass
  • I've followed the fastlane code style and run bundle exec rubocop -a to ensure the code style is valid
  • I see several green ci/circleci builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.
  • I've added or updated relevant unit tests.

Motivation and Context

Resolves #21705

Description

App Store Connect is recently facing some performance degradation issues where when creating new app versions it takes a while to propagate those changes on Apple's servers, breaking the deliver lane when uploading new releases to App Store Connect.

This PR increases the default timeout for fetch_edit_app_store_version to account for this delay and avoiding the lane to fail to complete.

Testing Steps

Submit a new app version to App Store connect using Deliver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deliver fails to create a new app version on App Store Connect
1 participant