summaryrefslogtreecommitdiff
path: root/test/util/memory.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/memory.test.cpp')
-rw-r--r--test/util/memory.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/util/memory.test.cpp b/test/util/memory.test.cpp
index d49c49018f..79a3c43dbd 100644
--- a/test/util/memory.test.cpp
+++ b/test/util/memory.test.cpp
@@ -157,8 +157,8 @@ TEST(Memory, Footprint) {
RecordProperty("vectorFootprint", vectorFootprint);
RecordProperty("rasterFootprint", rasterFootprint);
- ASSERT_LT(vectorFootprint, 65 * 1024 * 1024) << "\
- mbgl::Map footprint over 65MB for vector styles.";
+ ASSERT_LT(vectorFootprint, 65.2 * 1024 * 1024) << "\
+ mbgl::Map footprint over 65.2MB for vector styles.";
ASSERT_LT(rasterFootprint, 25 * 1024 * 1024) << "\
mbgl::Map footprint over 25MB for raster styles.";