mirror of https://github.com/ARMmbed/mbed-os.git
Increase the timeout for the host side script and the test
parent
cc5969b1ec
commit
62d6eb5673
|
@ -60,7 +60,7 @@ class CrashReportingTest(BaseHostTest):
|
|||
wait_after_reset = wait_after_reset if wait_after_reset is not None else DEFAULT_CYCLE_PERIOD
|
||||
|
||||
#Wait 2 seconds for system to init
|
||||
time.sleep(2.0)
|
||||
time.sleep(7.0)
|
||||
#self.send_kv(MSG_KEY_SYNC, MSG_VALUE_DUMMY)
|
||||
self.send_kv(MSG_KEY_DEVICE_ERROR, MSG_VALUE_DUMMY)
|
||||
time.sleep(5.0)
|
||||
|
|
|
@ -67,7 +67,7 @@ void test_crash_reporting()
|
|||
|
||||
int main(void)
|
||||
{
|
||||
GREENTEA_SETUP(30, "crash_reporting");
|
||||
GREENTEA_SETUP(40, "crash_reporting");
|
||||
test_crash_reporting();
|
||||
GREENTEA_TESTSUITE_RESULT(0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue