[dts] [PATCH] unit_tests_eal: Increasing timeout for hash_readwrite_lf_autotest

pvukkisala at marvell.com pvukkisala at marvell.com
Sat Oct 19 19:46:54 CEST 2019


From: Phanendra Vukkisala <pvukkisala at marvell.com>

On cavm devices, this test takes more time to finish
Signed-off-by: Phanendra Vukkisala <pvukkisala at marvell.com>
---
 tests/TestSuite_unit_tests_eal.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_unit_tests_eal.py b/tests/TestSuite_unit_tests_eal.py
index d3475a4..796bf3c 100644
--- a/tests/TestSuite_unit_tests_eal.py
+++ b/tests/TestSuite_unit_tests_eal.py
@@ -179,7 +179,7 @@ class TestUnitTestsEal(TestCase):
         self.dut.send_expect("./%s/app/test" % self.target,
                              "R.*T.*E.*>.*>", self.start_test_time)
         out = self.dut.send_expect("hash_readwrite_lf_autotest",
-                                   "RTE>>", self.run_cmd_time)
+                                   "RTE>>", self.run_cmd_time*3)
         self.dut.send_expect("quit", "# ")
         self.verify("Test OK" in out, "Test failed")
 
-- 
1.7.9.5



More information about the dts mailing list