Increase the timeout for the host side script and the test

pull/9296/head
Senthil Ramakrishnan 2019-01-11 17:18:40 -06:00
parent cc5969b1ec
commit 62d6eb5673
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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);