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)
876
876
877
877
int main ()
878
878
{
879
- GREENTEA_SETUP (3000 , " default_auto" );
879
+ GREENTEA_SETUP (300 , " default_auto" );
880
880
881
881
// Don't even start if conditions aren't appropriate for test run
882
882
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)
846
846
847
847
int main ()
848
848
{
849
- GREENTEA_SETUP (3000 , " default_auto" );
849
+ GREENTEA_SETUP (300 , " default_auto" );
850
850
851
851
// Don't even start if conditions aren't appropriate for test run
852
852
uint8_t *dummy = new (std::nothrow) uint8_t [heap_alloc_threshold_size];
You can’t perform that action at this time.
0 commit comments