Skip to content

Commit

Permalink
workaround for timeout in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle authored and gkartalis committed Jan 30, 2025
1 parent 09b85bd commit 420dc1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ lane :ship_beta_ios do
sentry_release_name = "ios-#{latest_version}-#{bundle_version}"

sh('yarn bundle:ios')
# Workaround for timeout in ci
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"
build_ios_app(
workspace: 'ios/Artsy.xcworkspace',
configuration: 'Store',
Expand Down

0 comments on commit 420dc1d

Please sign in to comment.