Skip to content

Commit d5f5dc7

Browse files
author
Rui Wang Napieralski
committed
increase concurrency
1 parent c8c7ad5 commit d5f5dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-slowtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ phases:
1111

1212
# slow tests
1313
- 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"
14+
- 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"
1515
- ./ci-scripts/displaytime.sh 'py38 slow tests' $start_time

0 commit comments

Comments
 (0)