Skip to content

Commit fcf6c8b

Browse files
committed
Use a 0.5 second delay when idling in UI tests.
1 parent 7ed6666 commit fcf6c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RaivoUITests/Helpers/Utilities/HumanDelayHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class HumanDelayHelper {
1919
/// - Parameter seconds: The amount of seconds to wait/sleep
2020
/// - Returns: An 'XCTWaiter.Result' timeout if the amount of seconds were passed
2121
@discardableResult
22-
static func idle(_ seconds: TimeInterval = 0.25) -> XCTWaiter.Result {
22+
static func idle(_ seconds: TimeInterval = 0.5) -> XCTWaiter.Result {
2323
return XCTWaiter.wait(for: [XCTestExpectation(description: "User is idle...")], timeout: seconds)
2424
}
2525

0 commit comments

Comments
 (0)