From 14cd4c94ce9ad510ce4c12172d49a4470fee5d6d Mon Sep 17 00:00:00 2001 From: jmkiley Date: Fri, 12 Jul 2019 15:13:07 -0700 Subject: [ios] lower wait time --- platform/darwin/test/MGLOfflineStorageTests.mm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/darwin/test/MGLOfflineStorageTests.mm b/platform/darwin/test/MGLOfflineStorageTests.mm index 4bb9bc6776..ee4bcc2c65 100644 --- a/platform/darwin/test/MGLOfflineStorageTests.mm +++ b/platform/darwin/test/MGLOfflineStorageTests.mm @@ -233,7 +233,7 @@ [expectation fulfill]; }]; - [self waitForExpectationsWithTimeout:30 handler:nil]; + [self waitForExpectationsWithTimeout:10 handler:nil]; } - (void)testInvalidateAmbientCache { @@ -242,7 +242,7 @@ XCTAssertNil(error); [expectation fulfill]; }]; - [self waitForExpectationsWithTimeout:20 handler:nil]; + [self waitForExpectationsWithTimeout:10 handler:nil]; } - (void)testClearCache { @@ -251,7 +251,7 @@ XCTAssertNil(error); [expectation fulfill]; }]; - [self waitForExpectationsWithTimeout:20 handler:nil]; + [self waitForExpectationsWithTimeout:10 handler:nil]; } - (void)testResetDatabase { @@ -260,7 +260,7 @@ XCTAssertNil(error); [expectation fulfill]; }]; - [self waitForExpectationsWithTimeout:20 handler:nil]; + [self waitForExpectationsWithTimeout:10 handler:nil]; } - (void)testBackupExclusion { -- cgit v1.2.1