From d4e0c7440e5022d0017fd094415f37ef40131f99 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Wed, 9 Oct 2024 10:40:08 +0200 Subject: [PATCH] Increase FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c5d02dd83..1877b5dcd 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,5 +1,6 @@ opt_out_usage default_platform(:ios) +ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120" $appName = "Mastodon"