Skip to content

Commit 77e922a

Browse files
authored
extend timeout for fastfile
1 parent 376d99d commit 77e922a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ default_platform(:ios)
1818
platform :ios do
1919
desc "Upload app to testflight"
2020
lane :beta do
21+
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"
2122
setup_ci
2223
match(
2324
type: "appstore",
@@ -43,4 +44,4 @@ lane :register_new_devices do
4344
register_devices(
4445
devices_file: "./devices.txt"
4546
)
46-
end
47+
end

0 commit comments

Comments
 (0)