Skip to content

Commit

Permalink
Fixed timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vicajilau committed Dec 2, 2023
1 parent d6253d4 commit 06e479e
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 @@ -13,6 +13,8 @@ platform :ios do
keychain_name = 'ios-build.keychain'
end

ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"

create_keychain(
name: keychain_name,
password: keychain_password,
Expand Down

0 comments on commit 06e479e

Please sign in to comment.