Skip to content

Commit

Permalink
Increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed May 15, 2024
1 parent 61fdd7f commit 8fde86c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BaseUITestCase: XCTestCase {
static let defaultTimeout = 5.0
static let longTimeout = 15.0
static let veryLongTimeout = 20.0
static let extremelyLongTimeout = 120.0
static let extremelyLongTimeout = 180.0
static let shortTimeout = 1.0

// swiftlint:disable force_cast
Expand Down

0 comments on commit 8fde86c

Please sign in to comment.