]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/travis-1.sh
Decrease max parallel tests for travis
[github/Chocobozzz/PeerTube.git] / server / tests / api / travis-1.sh
index f7332795c22ab8b34b1f719c6526e28e63fc6114..c9918d58ec39925e912bc5ed9def5ed232733b6a 100644 (file)
@@ -6,5 +6,5 @@ checkParamFiles=$(find server/tests/api/check-params -type f | grep -v index.ts
 notificationsFiles=$(find server/tests/api/notifications -type f | grep -v index.ts | xargs echo)
 searchFiles=$(find server/tests/api/search -type f | grep -v index.ts | xargs echo)
 
-MOCHA_PARALLEL=true mocha-parallel-tests --max-parallel 3 --timeout 5000 --exit --require ts-node/register --bail \
+MOCHA_PARALLEL=true mocha-parallel-tests --max-parallel $1 --timeout 5000 --exit --require ts-node/register --bail \
     $notificationsFiles $searchFiles $checkParamFiles