Skip to content

Commit

Permalink
Increase fastlane timeout when scanning the xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Sep 29, 2023
1 parent 7e62f61 commit aba2525
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
@@ -1,5 +1,7 @@
# CI

ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "60"

desc "Run all unit tests"
lane :tests do
scan(
Expand Down

0 comments on commit aba2525

Please sign in to comment.