jenkins: double test processes (#84680)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Pierre Ducroquet 2023-12-13 11:14:47 +01:00
parent afab9d49a1
commit 52981183ff
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
stages {
stage('Unit Tests') {
steps {
sh "NUMPROCESSES=6 RAND_TEST=${env.RAND_TEST} tox -rv"
sh "NUMPROCESSES=12 RAND_TEST=${env.RAND_TEST} tox -rv"
}
post {
always {