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/ios/Integration Tests/MBGLIntegrationTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/Integration Tests/MBGLIntegrationTests.m') diff --git a/platform/ios/Integration Tests/MBGLIntegrationTests.m b/platform/ios/Integration Tests/MBGLIntegrationTests.m index 4f42c5a13f..aeff0ba6f3 100644 --- a/platform/ios/Integration Tests/MBGLIntegrationTests.m +++ b/platform/ios/Integration Tests/MBGLIntegrationTests.m @@ -186,7 +186,7 @@ XCTAssertNil(mapView2.style); self.styleLoadingExpectation = [self expectationWithDescription:@"Map view should finish loading style."]; - [self waitForExpectationsWithTimeout:1 handler:nil]; + [self waitForExpectationsWithTimeout:5 handler:nil]; MGLOpenGLStyleLayer *layer = [[MGLOpenGLStyleLayer alloc] initWithIdentifier:@"gl-layer"]; weakLayer = layer; -- cgit v1.2.1