Skip to content

Commit b98bd91

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
increase timeout for rtostimer test to 10s
1 parent 70439dd commit b98bd91

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)