Skip to content

Commit a56f874

Browse files
committed
Reduce size of heap block device test
to fit into smaller targets
1 parent 0ca9a6b commit a56f874

File tree

1 file changed

+2
-6
lines changed
  • features/TESTS/filesystem/heap_block_device

1 file changed

+2
-6
lines changed

features/TESTS/filesystem/heap_block_device/main.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@
2323

2424
using namespace utest::v1;
2525

26-
#define TEST_BLOCK_SIZE 512
27-
#if MBED_SMALL_TARGET
28-
# define TEST_BLOCK_DEVICE_SIZE 8*TEST_BLOCK_SIZE
29-
#else
30-
# define TEST_BLOCK_DEVICE_SIZE 16*TEST_BLOCK_SIZE
31-
#endif
26+
#define TEST_BLOCK_SIZE 128
27+
#define TEST_BLOCK_DEVICE_SIZE 32*TEST_BLOCK_SIZE
3228
#define TEST_BLOCK_COUNT 10
3329
#define TEST_ERROR_MASK 16
3430

0 commit comments

Comments
 (0)