summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-22 13:28:47 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-22 19:21:56 +0300
commit64c5b46d9e3827bf92fab5ff7a4abcf5e2db1ac0 (patch)
treecfe1ffbfcff07e4c882cc7fabcfea7d08319cea2 /test
parentc75342e1d2dd7ed8412029fa2df7f65c044efa33 (diff)
downloadqtlocation-mapboxgl-64c5b46d9e3827bf92fab5ff7a4abcf5e2db1ac0.tar.gz
follow-up fixes after 16416
Diffstat (limited to 'test')
-rw-r--r--test/storage/online_file_source.test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/storage/online_file_source.test.cpp b/test/storage/online_file_source.test.cpp
index 050b9d0f3f..6aba83de09 100644
--- a/test/storage/online_file_source.test.cpp
+++ b/test/storage/online_file_source.test.cpp
@@ -229,7 +229,6 @@ TEST(OnlineFileSource, TEST_REQUIRES_SERVER(RespectMinimumUpdateInterval)) {
std::unique_ptr<AsyncRequest> req = fs->request(resource, [&](Response) {
auto wait = util::now() - start;
EXPECT_GE(wait, resource.minimumUpdateInterval);
- EXPECT_LT(wait, resource.minimumUpdateInterval + Milliseconds(10));
loop.stop();
});