* [dts] [PATCH] fix bug that cmdline set_up_all failed because of time out
@ 2015-07-17 2:55 Yongjie
0 siblings, 0 replies; only message in thread
From: Yongjie @ 2015-07-17 2:55 UTC (permalink / raw)
To: dts; +Cc: Yongjie
Signed-off-by: Yongjie <yongjiex.gu@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-17 2:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17 2:55 [dts] [PATCH] fix bug that cmdline set_up_all failed because of time out Yongjie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).