From 1319ad373fa35ee926f82c9c2309fc200bac4c35 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 27 Jan 2026 17:04:00 -0600 Subject: [PATCH] chore: increase build iOS timeout (#25593) --- .github/workflows/build-mobile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index da4827777c..b8ce6387af 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -269,6 +269,8 @@ jobs: ENVIRONMENT: ${{ inputs.environment || 'development' }} BUNDLE_ID_SUFFIX: ${{ inputs.environment == 'production' && '' || 'development' }} GITHUB_REF: ${{ github.ref }} + FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 120 + FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 6 working-directory: ./mobile/ios run: | # Only upload to TestFlight on main branch