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