8000 lower concurrency · Hotkey/arangodb@7266010 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7266010

Browse files
committed
lower concurrency
1 parent 982331d commit 7266010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Installation/Pipeline/Jenkinsfile.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def testEdition(edition, os, mode, engine) {
550550
sh "./Installation/Pipeline/linux/test_${mode}_${edition}_${engine}_${os}.sh 10"
551551
}
552552
else if (os == 'mac') {
553-
sh "./Installation/Pipeline/mac/test_${mode}_${edition}_${engine}_${os}.sh 5"
553+
sh "./Installation/Pipeline/mac/test_${mode}_${edition}_${engine}_${os}.sh 3"
554554
}
555555
else if (os == 'windows') {
556556
powershell ". .\\Installation\\Pipeline\\windows\\test_${mode}_${edition}_${engine}_${os}.ps1"
@@ -1065,4 +1065,4 @@ stage('result') {
10651065
error "run failed"
10661066
}
10671067
}
1068-
}
1068+
}

0 commit comments

Comments
 (0)
0