TEST: Extend the kvstore test time out to 120s

pull/13721/head
Qinghao Shi 2020-10-06 12:26:26 +01:00
parent 6b23d6192c
commit fb2a35f0e9
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ utest::v1::status_t greentea_failure_handler(const Case *const source, const fai
// Test setup
utest::v1::status_t test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(60, "default_auto");
GREENTEA_SETUP(120, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}