From 959516a53b647b26efdc65a9811d55850ea64199 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Wed, 15 May 2019 23:17:52 +0300 Subject: [PATCH] don't set timeout for ci keychain --- xcode/commonFastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 4171a59..76a1b58 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -173,7 +173,8 @@ private_lane :openKeychain do |options| create_keychain( name: options[:keychain_name], password: options[:keychain_password], - unlock: true + unlock: true, + timeout: false ) else unlock_keychain(