Skip to content

Commit dc6845b

Browse files
authored
Update buildspec.yml
1 parent 32ebf8b commit dc6845b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ phases:
2222
- |
2323
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
2424
python3 -u ci-scripts/queue_build.py
25-
IGNORE_COVERAGE=- tox -e py36,py27 --parallel all -o -- tests/integ -n 24 --reruns 3 --durations 50
25+
IGNORE_COVERAGE=- tox -e py36 -- tests/integ -n 48 --reruns 3 --reruns-delay 30 --durations 50
26+
IGNORE_COVERAGE=- tox -e py27 -- tests/integ -n 48 --reruns 3 --reruns-delay 30 --durations 50
2627
else
2728
echo "skipping integration tests"
2829
fi

0 commit comments

Comments
 (0)