Merge pull request #4367 from theotherjimmy/reduce-heap-block-device

Reduce size of heap block device test
pull/4381/head
Martin Kojtal 2017-05-24 09:18:03 +01:00 committed by GitHub
commit 463549331b
1 changed files with 2 additions and 6 deletions

View File

@ -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