summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/darwin/test/MGLOfflineStorageTests.mm8
1 files 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 {