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.
pull/5028/head
Russ Butler 2017-10-03 16:09:15 -05:00
parent 6452821e2e
commit 77dd420509
1 changed files with 1 additions and 1 deletions

View File

@ -2367,7 +2367,7 @@ static const case_t cases[] = {
static utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(30, "default_auto");
GREENTEA_SETUP(60, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}