HAL rtc test: increase test timeout.

Verified that on some platforms 30s is not enough.
pull/7009/head
Przemyslaw Stekiel 2018-02-21 14:49:53 +01:00 committed by Bartek Szatkowski
parent 105b0ab851
commit a1d92e5168
1 changed files with 1 additions and 1 deletions

View File

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