[dts] [PATCH] fix bug that cmdline set_up_all failed because of time out

Yongjie yongjiex.gu at intel.com
Fri Jul 17 04:55:58 CEST 2015


Signed-off-by: Yongjie <yongjiex.gu at intel.com>
---
 tests/TestSuite_cmdline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/TestSuite_cmdline.py b/tests/TestSuite_cmdline.py
index 7eeed2e..e1496f9 100644
--- a/tests/TestSuite_cmdline.py
+++ b/tests/TestSuite_cmdline.py
@@ -58,7 +58,7 @@ class TestCmdline(TestCase):
         # Run cmdline app
         cores = self.dut.get_core_list('1S/1C/1T')
         coreMask = dts.create_mask(cores)
-        self.dut.send_expect("./examples/cmdline/build/app/cmdline -n 1 -c " + coreMask, "> ", 5)
+        self.dut.send_expect("./examples/cmdline/build/app/cmdline -n 1 -c " + coreMask, "> ", 10)
 
     def set_up(self):
         """
-- 
1.7.4.4



More information about the dts mailing list