We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d5fef commit c2751ebCopy full SHA for c2751eb
1 file changed
fastlane/Fastfile
@@ -45,6 +45,7 @@ platform :ios do
45
end
46
47
lane :ci_beta do
48
+ ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "120"
49
increment_build_number({
50
build_number: latest_testflight_build_number(api_key_path: "api_key.json", app_identifier: "org.pennlabs.PennMobile") + 1
51
})
0 commit comments