Skip to content

Commit b481e15

Browse files
committed
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.
1 parent bf1aa5c commit b481e15

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)