[PATCH 4/4] dts: extend meson fast tests timeout
Patrick Robb
probb at iol.unh.edu
Thu Apr 10 00:38:25 CEST 2025
The current timeout is insufficient for running
fast tests on some systems which are running DTS.
This timeout extension resolves the issue for the
systems in question.
Signed-off-by: Patrick Robb <probb at iol.unh.edu>
---
dts/tests/TestSuite_smoke_tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/tests/TestSuite_smoke_tests.py b/dts/tests/TestSuite_smoke_tests.py
index 9e4d06a1c4..72901e59d5 100644
--- a/dts/tests/TestSuite_smoke_tests.py
+++ b/dts/tests/TestSuite_smoke_tests.py
@@ -59,7 +59,7 @@ def test_unit_tests(self) -> None:
Run the ``fast-tests`` unit test suite through meson.
"""
self.sut_node.main_session.send_command(
- f"meson test -C {self.dpdk_build_dir_path} --suite fast-tests -t 60",
+ f"meson test -C {self.dpdk_build_dir_path} --suite fast-tests -t 120",
480,
verify=True,
privileged=True,
--
2.48.1
More information about the dev
mailing list