mirror of https://github.com/ARMmbed/mbed-os.git
TEST: Update kvstore tests with shorter timeout
parent
a6207cadad
commit
e88015e53e
|
@ -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