Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Apr 17, 2024
1 parent dfe6d14 commit e2e6541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxCoreNavigationTests/MapboxCoreNavigationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit e2e6541

Please sign in to comment.