diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 0e58ca1c4d3d..4d3730acde27 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1258,7 +1258,7 @@ integrationtest_ubuntu_cpu_onnx() { pytest $COV_ARG --verbose tests/python-pytest/onnx/test_models.py pytest $COV_ARG --verbose tests/python-pytest/onnx/test_node.py pytest $COV_ARG --verbose tests/python-pytest/onnx/test_operators.py - pytest -n 12 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py + pytest -n 24 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py } integrationtest_ubuntu_gpu_python() {