We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ab7ac commit 562d15bCopy full SHA for 562d15b
MapboxDirectionsTests/V5Tests.swift
@@ -60,7 +60,7 @@ class V5Tests: XCTestCase {
60
}
61
XCTAssertNotNil(task)
62
63
- waitForExpectations(timeout: 2) { (error) in
+ waitForExpectations(timeout: 5) { (error) in
64
XCTAssertNil(error, "Error: \(error!)")
65
XCTAssertEqual(task.state, .completed)
66
0 commit comments