Skip to content

Commit 562d15b

Browse files
committed
Bump timeout
1 parent b4ab7ac commit 562d15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapboxDirectionsTests/V5Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class V5Tests: XCTestCase {
6060
}
6161
XCTAssertNotNil(task)
6262

63-
waitForExpectations(timeout: 2) { (error) in
63+
waitForExpectations(timeout: 5) { (error) in
6464
XCTAssertNil(error, "Error: \(error!)")
6565
XCTAssertEqual(task.state, .completed)
6666
}

0 commit comments

Comments
 (0)