From 737ebed7d5997872e8c1419cc6bfbb10ae6242d2 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 18 Sep 2018 13:55:23 -0700 Subject: [ios, tests] Bump most waitForExpectationsWithTimeout's to 5s [skip firebase] Bump MGLOfflineStorageTests timeouts to 5 seconds --- platform/darwin/test/MGLDocumentationExampleTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/darwin/test/MGLDocumentationExampleTests.swift') 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() { -- cgit v1.2.1