Skip to content

Commit f09521c

Browse files
knakadlaurenyu
authored andcommitted
change: set integration test parallelization to 512 (#1169)
1 parent 42e3f09 commit f09521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ phases:
2020
- start_time=`date +%s`
2121
- |
2222
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"}'
23+
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"}'
2424
fi
2525
- ./ci-scripts/displaytime.sh 'py36 tests/integ' $start_time
2626

0 commit comments

Comments
 (0)