test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] fix unit_tests_mbuf timeout on freeBSD
@ 2017-12-06  8:36 xu,gang
  0 siblings, 0 replies; only message in thread
From: xu,gang @ 2017-12-06  8:36 UTC (permalink / raw)
  To: dts; +Cc: xu,gang


Signed-off-by: xu,gang <gangx.xu@intel.com>
---
 tests/TestSuite_unit_tests_mbuf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_unit_tests_mbuf.py b/tests/TestSuite_unit_tests_mbuf.py
index f1fce78..52f3305 100644
--- a/tests/TestSuite_unit_tests_mbuf.py
+++ b/tests/TestSuite_unit_tests_mbuf.py
@@ -69,7 +69,7 @@ class TestUnitTestsMbuf(TestCase):
         """
 
         self.dut.send_expect("./%s/app/test -n 1 -c f" % self.target, "R.*T.*E.*>.*>", 60)
-        out = self.dut.send_expect("mbuf_autotest", "RTE>>", 180)
+        out = self.dut.send_expect("mbuf_autotest", "RTE>>", 600)
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-- 
1.9.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-06  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06  8:36 [dts] [PATCH V1] fix unit_tests_mbuf timeout on freeBSD xu,gang

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