Skip to content

Commit

Permalink
Merge pull request #529 from nimblehq/chore/#528-keychain-no-timeout
Browse files Browse the repository at this point in the history
[#528] Update Default timeout for Keychain to `no time-out`
  • Loading branch information
blyscuit authored Oct 31, 2023
2 parents 5f80dc3 + b581840 commit ffca168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Helpers/Keychain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum Keychain {
password: Secret.keychainPassword,
defaultKeychain: .userDefined(true),
unlock: .userDefined(true),
timeout: 3600
timeout: 115_200
)
}

Expand Down

0 comments on commit ffca168

Please sign in to comment.