From a56f87451044509f3514daf3d38094b6a4305ed9 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Thu, 18 May 2017 12:17:59 -0500 Subject: [PATCH] Reduce size of heap block device test to fit into smaller targets --- features/TESTS/filesystem/heap_block_device/main.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/features/TESTS/filesystem/heap_block_device/main.cpp b/features/TESTS/filesystem/heap_block_device/main.cpp index 2a5e9d6e7f..7a786cc4e3 100644 --- a/features/TESTS/filesystem/heap_block_device/main.cpp +++ b/features/TESTS/filesystem/heap_block_device/main.cpp @@ -23,12 +23,8 @@ using namespace utest::v1; -#define TEST_BLOCK_SIZE 512 -#if MBED_SMALL_TARGET -# define TEST_BLOCK_DEVICE_SIZE 8*TEST_BLOCK_SIZE -#else -# define TEST_BLOCK_DEVICE_SIZE 16*TEST_BLOCK_SIZE -#endif +#define TEST_BLOCK_SIZE 128 +#define TEST_BLOCK_DEVICE_SIZE 32*TEST_BLOCK_SIZE #define TEST_BLOCK_COUNT 10 #define TEST_ERROR_MASK 16