mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Increased fastlane xcode timeouts and integration login test expected duration (again!)
This commit is contained in:
parent
39fcd3b9c9
commit
5b9d45e461
@ -17,7 +17,7 @@
|
|||||||
import XCTest
|
import XCTest
|
||||||
|
|
||||||
class LoginTests: XCTestCase {
|
class LoginTests: XCTestCase {
|
||||||
let expectedDuration = 32.0
|
let expectedDuration = 40.0
|
||||||
|
|
||||||
func testLoginFlow() throws {
|
func testLoginFlow() throws {
|
||||||
let parser = TestMeasurementParser()
|
let parser = TestMeasurementParser()
|
||||||
|
@ -3,6 +3,9 @@ require_relative 'changelog'
|
|||||||
|
|
||||||
before_all do
|
before_all do
|
||||||
xcversion(version: "~> 14.1")
|
xcversion(version: "~> 14.1")
|
||||||
|
|
||||||
|
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
|
||||||
|
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"
|
||||||
end
|
end
|
||||||
|
|
||||||
lane :alpha do
|
lane :alpha do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user