increase timeout for rtostimer test to 10s

pull/7926/head
Qinghao Shi 2018-08-29 13:07:42 +01:00
parent 70439dd131
commit b98bd91a98
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ void test_isr_calls_fail()
utest::v1::status_t test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(5, "default_auto");
GREENTEA_SETUP(10, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}