Increase tests timeout to 45 second

pull/6642/head
Yossi Levy 2018-05-23 11:29:46 +03:00
parent 7401aea36a
commit f33f4dab26
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ Case cases[] = {
utest::v1::status_t greentea_test_setup(const size_t number_of_cases) utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
{ {
GREENTEA_SETUP(14, "default_auto"); GREENTEA_SETUP(45, "default_auto");
return greentea_test_setup_handler(number_of_cases); return greentea_test_setup_handler(number_of_cases);
} }