Merge pull request #12545 from 0xc0170/fix_threads_timeout

threads: fix timeout (set to 25)
pull/12551/head
Martin Kojtal 2020-03-02 16:12:41 +00:00 committed by GitHub
commit d52f55eb56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{
GREENTEA_SETUP(20, "default_auto");
GREENTEA_SETUP(25, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}