Change reset_reason timeout.

Changed mbed_drivers-reset_reason and mbed_hal-reset_reason tests
because sometimes for some devices it was a little bit to short.
pull/11483/head
int_szyk 2019-09-13 13:29:56 +02:00
parent bf1aa5c016
commit b481e15eaa
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ void test_reset_reason()
int main()
{
GREENTEA_SETUP(60, "reset_reason");
GREENTEA_SETUP(90, "reset_reason");
test_reset_reason(); // The result of this test suite is reported by the host side.
GREENTEA_TESTSUITE_RESULT(0); // Fail on any error.
}

View File

@ -144,7 +144,7 @@ void test_reset_reason()
int main()
{
GREENTEA_SETUP(60, "reset_reason");
GREENTEA_SETUP(90, "reset_reason");
test_reset_reason(); // The result of this test suite is reported by the host side.
GREENTEA_TESTSUITE_RESULT(0); // Fail on any error.
}