From 0704e87272056da8657325e67ff9fc1c3e3b48e6 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Tue, 20 May 2025 16:15:48 -0700 Subject: [PATCH] test flakes if lpac called concurrently --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4af657ad73..117915fed0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -268,7 +268,7 @@ node { step("test pandad spi", "pytest selfdrive/pandad/tests/test_pandad_spi.py"), step("test pandad", "pytest selfdrive/pandad/tests/test_pandad.py", [diffPaths: ["panda", "selfdrive/pandad/"]]), step("test amp", "pytest system/hardware/tici/tests/test_amplifier.py"), - step("test esim", "pytest system/hardware/tici/tests/test_esim.py"), + step("test esim", "pytest -n1 system/hardware/tici/tests/test_esim.py"), step("test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py", [diffPaths: ["system/qcomgpsd/"]]), ]) },