Edit timeout

This commit is contained in:
Alexander Rutsman 2021-07-06 12:56:18 +03:00
parent 3f70495e4b
commit efb5c8b60e
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ private_lane :openKeychain do |options|
name: options[:keychain_name],
password: options[:keychain_password],
unlock: true,
timeout: 0,
timeout: false,
add_to_search_list: !keychain_exists
)
else