chore(ci): speed-up tests (#1752)
* chore(ci): speed-up tests * back to 2 processes on Azure macOS
This commit is contained in:
+1
-1
@@ -56,5 +56,5 @@ script: |
|
||||
(while true; do echo "travis_keep_alive"; sleep 300; done) &
|
||||
SPINNER_PID=$!
|
||||
disown
|
||||
$PYTHON ./bin/run_tests.py
|
||||
$PYTHON ./bin/run_tests.py --num-processes 2
|
||||
kill -9 ${SPINNER_PID}
|
||||
|
||||
Reference in New Issue
Block a user