test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yongjie <yongjiex.gu@intel.com>
To: dts@dpdk.org
Cc: Yongjie <yongjiex.gu@intel.com>
Subject: [dts] [PATCH] fix bug that cmdline set_up_all failed because of time out
Date: Fri, 17 Jul 2015 10:55:58 +0800	[thread overview]
Message-ID: <1437101758-24835-1-git-send-email-yongjiex.gu@intel.com> (raw)

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

                 reply	other threads:[~2015-07-17  2:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437101758-24835-1-git-send-email-yongjiex.gu@intel.com \
    --to=yongjiex.gu@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).