summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLDocumentationExampleTests.swift
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-09-18 13:55:23 -0700
committerJason Wray <jason@mapbox.com>2018-09-20 14:57:07 -0700
commit737ebed7d5997872e8c1419cc6bfbb10ae6242d2 (patch)
treefba922ee2860d08b24d732366db45773f8d37dce /platform/darwin/test/MGLDocumentationExampleTests.swift
parent0a1b38e7f898ce46bed581e4cb4af36bcb2b3b02 (diff)
downloadqtlocation-mapboxgl-737ebed7d5997872e8c1419cc6bfbb10ae6242d2.tar.gz
[ios, tests] Bump most waitForExpectationsWithTimeout's to 5s
[skip firebase] Bump MGLOfflineStorageTests timeouts to 5 seconds
Diffstat (limited to 'platform/darwin/test/MGLDocumentationExampleTests.swift')
-rw-r--r--platform/darwin/test/MGLDocumentationExampleTests.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/test/MGLDocumentationExampleTests.swift b/platform/darwin/test/MGLDocumentationExampleTests.swift
index 9edb33a078..dd34b25291 100644
--- a/platform/darwin/test/MGLDocumentationExampleTests.swift
+++ b/platform/darwin/test/MGLDocumentationExampleTests.swift
@@ -34,7 +34,7 @@ class MGLDocumentationExampleTests: XCTestCase, MGLMapViewDelegate {
mapView = MGLMapView(frame: CGRect(x: 0, y: 0, width: 256, height: 256), styleURL: MGLDocumentationExampleTests.styleURL)
mapView.delegate = self
styleLoadingExpectation = expectation(description: "Map view should finish loading style")
- waitForExpectations(timeout: 1, handler: nil)
+ waitForExpectations(timeout: 5, handler: nil)
}
override func tearDown() {