mirror of https://github.com/ARMmbed/mbed-os.git
threads: fix timeout (set to 25s)
parent
c2c6d251fd
commit
8ec2970f65
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue