Skip to content

Commit f35975c

Browse files
author
Cruz Monrreal
authored
Merge pull request #7926 from jamesbeyond/fm_test
Increase the timeout for rtostimer test to 10s
2 parents 4403a56 + b98bd91 commit f35975c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

TESTS/mbedmicro-rtos-mbed/rtostimer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ void test_isr_calls_fail()
334334

335335
utest::v1::status_t test_setup(const size_t number_of_cases)
336336
{
337-
GREENTEA_SETUP(5, "default_auto");
337+
GREENTEA_SETUP(10, "default_auto");
338338
return verbose_test_setup_handler(number_of_cases);
339339
}
340340

0 commit comments

Comments
 (0)