diff options
Diffstat (limited to 'test/util/memory.test.cpp')
-rw-r--r-- | test/util/memory.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/memory.test.cpp b/test/util/memory.test.cpp index f824ba30ca..97eabf9cb3 100644 --- a/test/util/memory.test.cpp +++ b/test/util/memory.test.cpp @@ -159,7 +159,7 @@ TEST(Memory, Footprint) { RecordProperty("vectorFootprint", vectorFootprint); RecordProperty("rasterFootprint", rasterFootprint); - ASSERT_LT(vectorFootprint, 65.2 * 1024 * 1024) << "\ + ASSERT_LT(vectorFootprint, 40 * 1024 * 1024) << "\ mbgl::Map footprint over 65.2MB for vector styles."; ASSERT_LT(rasterFootprint, 25 * 1024 * 1024) << "\ |