Message ID | 20250409223825.1579256-5-probb@iol.unh.edu (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Szczepanek |
Headers | |
Series | dts: smoke test bugfixes | |
Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/loongarch-compilation | success | Compilation OK |
ci/loongarch-unit-testing | success | Unit Testing PASS |
ci/iol-dts-check-format-testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/intel-Testing | success | Testing PASS |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/iol-mellanox-Performance | success | Performance Testing PASS |
ci/intel-Functional | success | Functional PASS |
ci/iol-unit-amd64-testing | fail | Testing issues |
ci/iol-unit-arm64-testing | success | Testing PASS |
ci/github-robot: build | success | github build: passed |
ci/iol-sample-apps-testing | success | Testing PASS |
ci/iol-compile-amd64-testing | success | Testing PASS |
ci/iol-abi-testing | success | Testing PASS |
ci/iol-compile-arm64-testing | success | Testing PASS |
ci/iol-intel-Functional | success | Functional Testing PASS |
ci/iol-mellanox-Functional | success | Functional Testing PASS |
ci/iol-marvell-Functional | success | Functional Testing PASS |
Commit Message
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,