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.
1 parent cc5969b commit 62d6eb5Copy full SHA for 62d6eb5
TESTS/host_tests/crash_reporting.py
@@ -60,7 +60,7 @@ def test_steps(self):
60
wait_after_reset = wait_after_reset if wait_after_reset is not None else DEFAULT_CYCLE_PERIOD
61
62
#Wait 2 seconds for system to init
63
- time.sleep(2.0)
+ time.sleep(7.0)
64
#self.send_kv(MSG_KEY_SYNC, MSG_VALUE_DUMMY)
65
self.send_kv(MSG_KEY_DEVICE_ERROR, MSG_VALUE_DUMMY)
66
time.sleep(5.0)
TESTS/mbed_platform/crash_reporting/main.cpp
@@ -67,7 +67,7 @@ void test_crash_reporting()
67
68
int main(void)
69
{
70
- GREENTEA_SETUP(30, "crash_reporting");
+ GREENTEA_SETUP(40, "crash_reporting");
71
test_crash_reporting();
72
GREENTEA_TESTSUITE_RESULT(0);
73
0 commit comments