Skip to content

Commit 26b6ca6

Browse files
authored
Merge pull request #13199 from jamesbeyond/test_fix
TEST: Update kvstore tests with shorter timeout
2 parents ab84dcd + e88015e commit 26b6ca6

File tree

2 files changed

+2
-2
lines changed
  • features/storage/TESTS/kvstore

2 files changed

+2
-2
lines changed

features/storage/TESTS/kvstore/general_tests_phase_1/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
876876

877877
int 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];

features/storage/TESTS/kvstore/general_tests_phase_2/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
846846

847847
int 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];

0 commit comments

Comments
 (0)