Skip to content

Commit 327efc5

Browse files
PatrickRobbIOLpaul-szczepanek-arm
authored andcommitted
dts: extend meson fast tests timeout
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 <[email protected]>
1 parent e33d208 commit 327efc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/tests/TestSuite_smoke_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_unit_tests(self) -> None:
5959
Run the ``fast-tests`` unit test suite through meson.
6060
"""
6161
self.sut_node.main_session.send_command(
62-
f"meson test -C {self.dpdk_build_dir_path} --suite fast-tests -t 60",
62+
f"meson test -C {self.dpdk_build_dir_path} --suite fast-tests -t 120",
6363
480,
6464
verify=True,
6565
privileged=True,

0 commit comments

Comments
 (0)