threads: fix timeout (set to 25s)

pull/12545/head
Martin Kojtal 2020-03-02 12:15:54 +00:00
parent c2c6d251fd
commit 8ec2970f65
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ void test_thread_prio()
utest::v1::status_t test_setup(const size_t number_of_cases) utest::v1::status_t test_setup(const size_t number_of_cases)
{ {
GREENTEA_SETUP(20, "default_auto"); GREENTEA_SETUP(25, "default_auto");
return verbose_test_setup_handler(number_of_cases); return verbose_test_setup_handler(number_of_cases);
} }