Reduce size of heap block device test

to fit into smaller targets
pull/4367/head
Jimmy Brisson 2017-05-18 12:17:59 -05:00
parent 0ca9a6b479
commit a56f874510
1 changed files with 2 additions and 6 deletions

View File

@ -23,12 +23,8 @@
using namespace utest::v1; using namespace utest::v1;
#define TEST_BLOCK_SIZE 512 #define TEST_BLOCK_SIZE 128
#if MBED_SMALL_TARGET #define TEST_BLOCK_DEVICE_SIZE 32*TEST_BLOCK_SIZE
# define TEST_BLOCK_DEVICE_SIZE 8*TEST_BLOCK_SIZE
#else
# define TEST_BLOCK_DEVICE_SIZE 16*TEST_BLOCK_SIZE
#endif
#define TEST_BLOCK_COUNT 10 #define TEST_BLOCK_COUNT 10
#define TEST_ERROR_MASK 16 #define TEST_ERROR_MASK 16