test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  fix timeout on func_reentrancy
@ 2015-10-23  8:24 Lijuan Tu
  2015-11-03  3:39 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2015-10-23  8:24 UTC (permalink / raw)
  To: dts

Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
 tests/TestSuite_unit_tests_eal.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_unit_tests_eal.py b/tests/TestSuite_unit_tests_eal.py
index b8bd5a3..79d2578 100644
--- a/tests/TestSuite_unit_tests_eal.py
+++ b/tests/TestSuite_unit_tests_eal.py
@@ -146,7 +146,7 @@ class TestUnitTestsEal(TestCase):
         else:
             # mask cores only on socket 0
             cmdline = "%s ./app/test/test -n 1 -c 5555" % self.dut.taskset(1)
-        self.dut.send_expect(cmdline, "R.*T.*E.*>.*>", 10)
+        self.dut.send_expect(cmdline, "R.*T.*E.*>.*>", 20)
         out = self.dut.send_expect("func_reentrancy_autotest", "RTE>>", 30)
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
@@ -280,7 +280,7 @@ class TestUnitTestsEal(TestCase):
         """
 
         self.dut.send_expect("./app/test/test -n 1 -c ffff -m 64", "R.*T.*E.*>.*>", 10)
-        out = self.dut.send_expect("eal_flags_autotest", "RTE>>", 40)
+        out = self.dut.send_expect("eal_flags_autotest", "RTE>>", 100)
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-03  3:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23  8:24 [dts] fix timeout on func_reentrancy Lijuan Tu
2015-11-03  3:39 ` Liu, Yong

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