Merge pull request #11483 from Tharazi97/k64f_reset_reason

Change reset_reason test timeout.
pull/11596/head
Martin Kojtal 2019-09-30 10:41:37 +02:00 committed by GitHub
commit cead258064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
}