summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-07-12 14:09:29 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-07-12 14:09:29 -0700
commitaa39bc27c21e1fa69464d5a7a914a4d76ed0af4b (patch)
tree5853426ae0bb82f5a11d9d9e805800a49e932c7d
parentbb61bf4d0f9b2097784a79a715ff6fc0adfa71e5 (diff)
downloadqtlocation-mapboxgl-aa39bc27c21e1fa69464d5a7a914a4d76ed0af4b.tar.gz
[ios] raise time for waitforexpecectations
-rw-r--r--platform/darwin/test/MGLOfflineStorageTests.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/darwin/test/MGLOfflineStorageTests.mm b/platform/darwin/test/MGLOfflineStorageTests.mm
index 6e4e36628a..b300b0c682 100644
--- a/platform/darwin/test/MGLOfflineStorageTests.mm
+++ b/platform/darwin/test/MGLOfflineStorageTests.mm
@@ -233,7 +233,7 @@
[expectation fulfill];
}];
- [self waitForExpectationsWithTimeout:10 handler:nil];
+ [self waitForExpectationsWithTimeout:20 handler:nil];
}
- (void)testInvalidateAmbientCache {
@@ -251,7 +251,7 @@
XCTAssertNil(error);
[expectation fulfill];
}];
- [self waitForExpectationsWithTimeout:10 handler:nil];
+ [self waitForExpectationsWithTimeout:20 handler:nil];
}
- (void)testResetDatabase {
@@ -260,7 +260,7 @@
XCTAssertNil(error);
[expectation fulfill];
}];
- [self waitForExpectationsWithTimeout:1 handler:nil];
+ [self waitForExpectationsWithTimeout:20 handler:nil];
}
- (void)testBackupExclusion {