Skip to content

Commit 7eb05a2

Browse files
Integration testing. Increase integration testing timeout.
1 parent 6702dbb commit 7eb05a2

File tree

2 files changed

+537
-523
lines changed

2 files changed

+537
-523
lines changed

integration-testing/ios/eeUITests/UITestsHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ extension XCUIElement {
106106
}
107107
}
108108

109-
let uiElementWaitTimeout = 20.0
109+
let uiElementWaitTimeout = 120.0
110110

111111
protocol IterableUITestsProtocol: AnyObject {
112112
var app: XCUIApplication! { get }

0 commit comments

Comments
 (0)