Skip to content

Commit 77dd420

Browse files
committed
Increase ticker test time for slower devices
Increase the hal ticker test time from 30s to 60s to prevent a timeout from occurring on slower devices, such as the nrf51.
1 parent 6452821 commit 77dd420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_hal/ticker/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2367,7 +2367,7 @@ static const case_t cases[] = {
23672367

23682368
static utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
23692369
{
2370-
GREENTEA_SETUP(30, "default_auto");
2370+
GREENTEA_SETUP(60, "default_auto");
23712371
return verbose_test_setup_handler(number_of_cases);
23722372
}
23732373

0 commit comments

Comments
 (0)