From 5b9d45e461857cebc3973454e9984657ca84853d Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 20 Dec 2022 12:45:00 +0200 Subject: [PATCH] Increased fastlane xcode timeouts and integration login test expected duration (again!) --- IntegrationTests/Sources/LoginTests.swift | 2 +- fastlane/Fastfile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/IntegrationTests/Sources/LoginTests.swift b/IntegrationTests/Sources/LoginTests.swift index 4a5017196..3fcc37982 100644 --- a/IntegrationTests/Sources/LoginTests.swift +++ b/IntegrationTests/Sources/LoginTests.swift @@ -17,7 +17,7 @@ import XCTest class LoginTests: XCTestCase { - let expectedDuration = 32.0 + let expectedDuration = 40.0 func testLoginFlow() throws { let parser = TestMeasurementParser() diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f4f8ac74e..e4560bf6a 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -3,6 +3,9 @@ require_relative 'changelog' before_all do xcversion(version: "~> 14.1") + + ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180" + ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180" end lane :alpha do