File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ test_pytest_models() { # Test ops and other things
101101 source backends/arm/scripts/install_models_for_test.sh
102102
103103 # Run arm baremetal pytest tests without FVP
104- pytest --verbose --color=yes --durations=0 backends/arm/test/models
104+ pytest --verbose --color=yes --numprocesses=auto -- durations=0 backends/arm/test/models
105105 echo " ${TEST_SUITE_NAME} : PASS"
106106}
107107
@@ -141,7 +141,7 @@ test_pytest_models_ethosu_fvp() { # Same as test_pytest but also sometime verify
141141 source backends/arm/scripts/install_models_for_test.sh
142142
143143 # Run arm baremetal pytest tests with FVP
144- pytest --verbose --color=yes --durations=0 backends/arm/test/models
144+ pytest --verbose --color=yes --numprocesses=auto -- durations=0 backends/arm/test/models
145145 echo " ${TEST_SUITE_NAME} : PASS"
146146}
147147
You can’t perform that action at this time.
0 commit comments