Skip to content

Commit d52f55e

Browse files
authoredMar 2, 2020
Merge pull request #12545 from 0xc0170/fix_threads_timeout
threads: fix timeout (set to 25)
2 parents c2c6d25 + 8ec2970 commit d52f55e

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbedmicro-rtos-mbed/threads

1 file changed

+1
-1
lines changed
 

‎TESTS/mbedmicro-rtos-mbed/threads/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ void test_thread_prio()
789789

790790
utest::v1::status_t test_setup(const size_t number_of_cases)
791791
{
792-
GREENTEA_SETUP(20, "default_auto");
792+
GREENTEA_SETUP(25, "default_auto");
793793
return verbose_test_setup_handler(number_of_cases);
794794
}
795795

0 commit comments

Comments
 (0)