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/MGLDocumentationGuideTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/darwin/test/MGLDocumentationGuideTests.swift') diff --git a/platform/darwin/test/MGLDocumentationGuideTests.swift b/platform/darwin/test/MGLDocumentationGuideTests.swift index 4de1d81aa9..b7f654aceb 100644 --- a/platform/darwin/test/MGLDocumentationGuideTests.swift +++ b/platform/darwin/test/MGLDocumentationGuideTests.swift @@ -37,7 +37,7 @@ class MGLDocumentationGuideTests: XCTestCase, MGLMapViewDelegate { mapView = MGLMapView(frame: CGRect(x: 0, y: 0, width: 256, height: 256), styleURL: 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