Skip to content

Commit

Permalink
Merge pull request yukiarrr#117 from vicajilau/master
Browse files Browse the repository at this point in the history
Fixed timeout issue
  • Loading branch information
yukiarrr committed Dec 3, 2023
2 parents d6253d4 + 06e479e commit 03a2bdd
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 03a2bdd

Please sign in to comment.