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 42e3f09 commit f09521cCopy full SHA for f09521c
buildspec.yml
@@ -20,7 +20,7 @@ phases:
20
- start_time=`date +%s`
21
- |
22
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
23
- tox -e py36 -- tests/integ -m "not local_mode" -n 48 --reruns 3 --reruns-delay 5 --durations 50 --boto-config '{"region_name": "us-east-2"}'
+ tox -e py36 -- tests/integ -m "not local_mode" -n 512 --reruns 3 --reruns-delay 5 --durations 50 --boto-config '{"region_name": "us-east-2"}'
24
fi
25
- ./ci-scripts/displaytime.sh 'py36 tests/integ' $start_time
26
0 commit comments