Increased fastlane xcode timeouts and integration login test expected duration (again!)

This commit is contained in:
Stefan Ceriu 2022-12-20 12:45:00 +02:00
parent 39fcd3b9c9
commit 5b9d45e461
2 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@
import XCTest
class LoginTests: XCTestCase {
let expectedDuration = 32.0
let expectedDuration = 40.0
func testLoginFlow() throws {
let parser = TestMeasurementParser()

View File

@ -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