[dts] [[patch]] unit_test_hash need more time to exe test Signed-off-by: lijuan tu <lijuanx.a.tu at intel.com>

lijuan tu lijuanx.a.tu at intel.com
Thu Oct 15 09:26:00 CEST 2015


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



More information about the dts mailing list