1
0
Fork 0

lower concurrency

This commit is contained in:
Frank Celler 2017-08-06 10:25:24 +02:00
parent 982331dafc
commit 7266010962
1 changed files with 2 additions and 2 deletions

View File

@ -550,7 +550,7 @@ def testEdition(edition, os, mode, engine) {
sh "./Installation/Pipeline/linux/test_${mode}_${edition}_${engine}_${os}.sh 10"
}
else if (os == 'mac') {
sh "./Installation/Pipeline/mac/test_${mode}_${edition}_${engine}_${os}.sh 5"
sh "./Installation/Pipeline/mac/test_${mode}_${edition}_${engine}_${os}.sh 3"
}
else if (os == 'windows') {
powershell ". .\\Installation\\Pipeline\\windows\\test_${mode}_${edition}_${engine}_${os}.ps1"
@ -1065,4 +1065,4 @@ stage('result') {
error "run failed"
}
}
}
}