summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-07-11 12:33:13 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-07-11 12:33:13 -0700
commitfdcb74dc8e4fedebe92b09a9939aa38606762571 (patch)
tree13043bd6d9a1fecacf64a313b7b1f8bd209f96f3
parent6d36b37ead14c4ea5cb86f1873f50668d677a7e5 (diff)
downloadqtlocation-mapboxgl-fdcb74dc8e4fedebe92b09a9939aa38606762571.tar.gz
[ios] longer wait time for test
-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 10f0200b7e..204cc135d0 100644
--- a/platform/darwin/test/MGLOfflineStorageTests.mm
+++ b/platform/darwin/test/MGLOfflineStorageTests.mm
@@ -233,7 +233,7 @@
[expectation fulfill];
}];
- [self waitForExpectationsWithTimeout:3 handler:nil];
+ [self waitForExpectationsWithTimeout:10 handler:nil];
}
- (void)testInvalidateAmbientCache {
@@ -242,7 +242,7 @@
XCTAssertNil(error);
[expectation fulfill];
}];
- [self waitForExpectationsWithTimeout:30 handler:nil];
+ [self waitForExpectationsWithTimeout:20 handler:nil];
}
- (void)testClearCache {
@@ -251,7 +251,7 @@
XCTAssertNil(error);
[expectation fulfill];
}];
- [self waitForExpectationsWithTimeout:1 handler:nil];
+ [self waitForExpectationsWithTimeout:1- handler:nil];
}
- (void)testResetDatabase {