We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c7ad5 commit d5f5dc7Copy full SHA for d5f5dc7
buildspec-slowtests.yml
@@ -11,5 +11,5 @@ phases:
11
12
# slow tests
13
- start_time=`date +%s`
14
- - execute-command-if-has-matching-changes "tox -e py38 -- tests/integ -m slow_test -n 10 --durations 0" "tests/integ" "tests/data" "tests/conftest.py" "tests/__init__.py" "src/*.py" "setup.py" "setup.cfg" "buildspec-slowtests.yml"
+ - execute-command-if-has-matching-changes "tox -e py38 -- tests/integ -m slow_test -n 16 --durations 0" "tests/integ" "tests/data" "tests/conftest.py" "tests/__init__.py" "src/*.py" "setup.py" "setup.cfg" "buildspec-slowtests.yml"
15
- ./ci-scripts/displaytime.sh 'py38 slow tests' $start_time
0 commit comments