From 84aac92b4eaf264de66c07b98e267364e34e14f0 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 8 Mar 2017 12:04:28 -0800 Subject: [test] Increase memory test ceiling slightly --- test/util/memory.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/util/memory.test.cpp') 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."; -- cgit v1.2.1