Skip to content

Commit cead258

Browse files
authored
Merge pull request #11483 from Tharazi97/k64f_reset_reason
Change reset_reason test timeout.
2 parents a1961de + b481e15 commit cead258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TESTS/mbed_drivers/reset_reason/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void test_reset_reason()
137137

138138
int main()
139139
{
140-
GREENTEA_SETUP(60, "reset_reason");
140+
GREENTEA_SETUP(90, "reset_reason");
141141
test_reset_reason(); // The result of this test suite is reported by the host side.
142142
GREENTEA_TESTSUITE_RESULT(0); // Fail on any error.
143143
}

TESTS/mbed_hal/reset_reason/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void test_reset_reason()
144144

145145
int main()
146146
{
147-
GREENTEA_SETUP(60, "reset_reason");
147+
GREENTEA_SETUP(90, "reset_reason");
148148
test_reset_reason(); // The result of this test suite is reported by the host side.
149149
GREENTEA_TESTSUITE_RESULT(0); // Fail on any error.
150150
}

0 commit comments

Comments
 (0)