Skip to content

Commit 7ed1da8

Browse files
committed
Fastlane fix
1 parent 640bac4 commit 7ed1da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def ensure_temp_keychain(name, password)
2828
name: name,
2929
password: password,
3030
unlock: true,
31-
timeout: false
31+
timeout: 0
3232
)
3333
end
3434

0 commit comments

Comments
 (0)