File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
features/storage/TESTS/kvstore Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -876,7 +876,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
876876
877877int main ()
878878{
879- GREENTEA_SETUP (3000 , " default_auto" );
879+ GREENTEA_SETUP (300 , " default_auto" );
880880
881881 // Don't even start if conditions aren't appropriate for test run
882882 uint8_t *dummy = new (std::nothrow) uint8_t [heap_alloc_threshold_size];
Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
846846
847847int main ()
848848{
849- GREENTEA_SETUP (3000 , " default_auto" );
849+ GREENTEA_SETUP (300 , " default_auto" );
850850
851851 // Don't even start if conditions aren't appropriate for test run
852852 uint8_t *dummy = new (std::nothrow) uint8_t [heap_alloc_threshold_size];
You can’t perform that action at this time.
0 commit comments