Skip to content

Commit 62d6eb5

Browse files
committed
Increase the timeout for the host side script and the test
1 parent cc5969b commit 62d6eb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TESTS/host_tests/crash_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_steps(self):
6060
wait_after_reset = wait_after_reset if wait_after_reset is not None else DEFAULT_CYCLE_PERIOD
6161

6262
#Wait 2 seconds for system to init
63-
time.sleep(2.0)
63+
time.sleep(7.0)
6464
#self.send_kv(MSG_KEY_SYNC, MSG_VALUE_DUMMY)
6565
self.send_kv(MSG_KEY_DEVICE_ERROR, MSG_VALUE_DUMMY)
6666
time.sleep(5.0)

TESTS/mbed_platform/crash_reporting/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void test_crash_reporting()
6767

6868
int main(void)
6969
{
70-
GREENTEA_SETUP(30, "crash_reporting");
70+
GREENTEA_SETUP(40, "crash_reporting");
7171
test_crash_reporting();
7272
GREENTEA_TESTSUITE_RESULT(0);
7373

0 commit comments

Comments
 (0)