Skip to content

Commit

Permalink
trying to fix a ci build issue by adding a larger than 3 second timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Sep 26, 2022
1 parent d100e91 commit de3b027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -119,6 +119,8 @@ distribute_job: &distribute_job
name: Fastlane
command: bundle exec fastlane $LANE --verbose
no_output_timeout: "30m" # 30 minutes
environment:
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
- run:
name: Upload dSYMs
command: bin/upload-dysms-firebase.sh $FIREBASE_DIR $DSYMS_FILE
Expand Down

0 comments on commit de3b027

Please sign in to comment.