From e2e6541202a3e4b213a99065920e64ef371ddcdb Mon Sep 17 00:00:00 2001 From: Patrick Kladek Date: Wed, 17 Apr 2024 15:21:50 +0400 Subject: [PATCH] increase test timeout --- MapboxCoreNavigationTests/MapboxCoreNavigationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapboxCoreNavigationTests/MapboxCoreNavigationTests.swift b/MapboxCoreNavigationTests/MapboxCoreNavigationTests.swift index f203430f..77da1df4 100644 --- a/MapboxCoreNavigationTests/MapboxCoreNavigationTests.swift +++ b/MapboxCoreNavigationTests/MapboxCoreNavigationTests.swift @@ -13,7 +13,7 @@ let waypoint2 = Waypoint(coordinate: CLLocationCoordinate2D(latitude: 37.7727, l let directions = Directions(accessToken: "pk.feedCafeDeadBeefBadeBede") let route = Route(json: jsonRoute, waypoints: [waypoint1, waypoint2], options: NavigationRouteOptions(waypoints: [waypoint1, waypoint2])) -let waitForInterval: TimeInterval = 5 +let waitForInterval: TimeInterval = 30 class MapboxCoreNavigationTests: XCTestCase { var navigation: RouteController!