Skip to content

Commit e411187

Browse files
offirkoDavid Saada
authored andcommitted
Reduce number of threades in block device test
In addition, prevent FS tests from running on internal flash, due to the fact that file system on internal flash is not part of our offering (TDBStore should be used there instead).
1 parent fa65546 commit e411187

File tree

2 files changed

+78
-1
lines changed
  • features/storage/TESTS

2 files changed

+78
-1
lines changed

features/storage/TESTS/blockdevice/general_block_device/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ using namespace utest::v1;
5151

5252
#define TEST_BLOCK_COUNT 10
5353
#define TEST_ERROR_MASK 16
54-
#define TEST_NUM_OF_THREADS 5
54+
#define TEST_NUM_OF_THREADS 4
5555

5656
const struct {
5757
const char *name;

0 commit comments

Comments
 (0)