Merge pull request #7926 from jamesbeyond/fm_test

Increase the timeout for rtostimer test to 10s
pull/8274/head
Cruz Monrreal 2018-09-27 10:20:30 -05:00 committed by GitHub
commit f35975c782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}