Merge pull request #13199 from jamesbeyond/test_fix

TEST: Update kvstore tests with shorter timeout
pull/13223/head
Martin Kojtal 2020-07-01 12:18:12 +02:00 committed by GitHub
commit 26b6ca67ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -876,7 +876,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
int main()
{
GREENTEA_SETUP(3000, "default_auto");
GREENTEA_SETUP(300, "default_auto");
// Don't even start if conditions aren't appropriate for test run
uint8_t *dummy = new (std::nothrow) uint8_t[heap_alloc_threshold_size];

View File

@ -846,7 +846,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
int main()
{
GREENTEA_SETUP(3000, "default_auto");
GREENTEA_SETUP(300, "default_auto");
// Don't even start if conditions aren't appropriate for test run
uint8_t *dummy = new (std::nothrow) uint8_t[heap_alloc_threshold_size];