Skip to content

Commit

Permalink
Updates semaphore timeout to .distantFuture
Browse files Browse the repository at this point in the history
... in an attempt at troubleshooting [#1327]
  • Loading branch information
Andrew Kitchen authored and frederoni committed Apr 24, 2018
1 parent 27cfd66 commit e601cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxNavigationTests/XCTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import XCTest

extension XCTestCase {
enum NavigationTests {
static let timeout: DispatchTime = DispatchTime.now() + DispatchTimeInterval.seconds(10)
static let timeout: DispatchTime = DispatchTime.distantFuture
}
}

0 comments on commit e601cfb

Please sign in to comment.