mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
6452821e2e
commit
77dd420509
|
@ -2367,7 +2367,7 @@ static const case_t cases[] = {
|
||||||
|
|
||||||
static utest::v1::status_t greentea_test_setup(const size_t number_of_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);
|
return verbose_test_setup_handler(number_of_cases);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue