test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [[patch]] unit_test_hash need more time to exe test Signed-off-by: lijuan tu <lijuanx.a.tu@intel.com>
@ 2015-10-15  7:26 lijuan tu
  2015-10-20  2:23 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: lijuan tu @ 2015-10-15  7:26 UTC (permalink / raw)
  To: dts

---
 tests/TestSuite_unit_tests_eal.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/TestSuite_unit_tests_eal.py b/tests/TestSuite_unit_tests_eal.py
index e36adc5..b8bd5a3 100644
--- a/tests/TestSuite_unit_tests_eal.py
+++ b/tests/TestSuite_unit_tests_eal.py
@@ -111,7 +111,7 @@ class TestUnitTestsEal(TestCase):
         """
 
         self.dut.send_expect("./app/test/test -n 1 -c ffff", "R.*T.*E.*>.*>", 10)
-        out = self.dut.send_expect("hash_autotest", "RTE>>", 30)
+        out = self.dut.send_expect("hash_autotest", "RTE>>", 40)
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-- 
1.7.4.4

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

end of thread, other threads:[~2015-10-20  2:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-15  7:26 [dts] [[patch]] unit_test_hash need more time to exe test Signed-off-by: lijuan tu <lijuanx.a.tu@intel.com> lijuan tu
2015-10-20  2:23 ` 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).