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/11696/head
int_szyk 2019-09-13 13:29:56 +02:00 committed by adbridge
parent 2c2a91ce87
commit a19d3693fa
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ void test_reset_reason()
int main() 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. test_reset_reason(); // The result of this test suite is reported by the host side.
GREENTEA_TESTSUITE_RESULT(0); // Fail on any error. GREENTEA_TESTSUITE_RESULT(0); // Fail on any error.
} }

View File

@ -144,7 +144,7 @@ void test_reset_reason()
int main() 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. test_reset_reason(); // The result of this test suite is reported by the host side.
GREENTEA_TESTSUITE_RESULT(0); // Fail on any error. GREENTEA_TESTSUITE_RESULT(0); // Fail on any error.
} }