We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1961de + b481e15 commit cead258Copy full SHA for cead258
TESTS/mbed_drivers/reset_reason/main.cpp
@@ -137,7 +137,7 @@ void test_reset_reason()
137
138
int main()
139
{
140
- GREENTEA_SETUP(60, "reset_reason");
+ GREENTEA_SETUP(90, "reset_reason");
141
test_reset_reason(); // The result of this test suite is reported by the host side.
142
GREENTEA_TESTSUITE_RESULT(0); // Fail on any error.
143
}
TESTS/mbed_hal/reset_reason/main.cpp
@@ -144,7 +144,7 @@ void test_reset_reason()
144
145
146
147
148
149
150
0 commit comments