mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13199 from jamesbeyond/test_fix
TEST: Update kvstore tests with shorter timeoutpull/13223/head
commit
26b6ca67ff
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue