mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11483 from Tharazi97/k64f_reset_reason
Change reset_reason test timeout.pull/11596/head
commit
cead258064
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue