We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376d99d commit 77e922aCopy full SHA for 77e922a
1 file changed
fastlane/Fastfile
@@ -18,6 +18,7 @@ default_platform(:ios)
18
platform :ios do
19
desc "Upload app to testflight"
20
lane :beta do
21
+ ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"
22
setup_ci
23
match(
24
type: "appstore",
@@ -43,4 +44,4 @@ lane :register_new_devices do
43
44
register_devices(
45
devices_file: "./devices.txt"
46
)
-end
47
+end
0 commit comments