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 32ebf8b commit dc6845bCopy full SHA for dc6845b
buildspec.yml
@@ -22,7 +22,8 @@ phases:
22
- |
23
if has-matching-changes "tests/" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"; then
24
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
+ 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
27
else
28
echo "skipping integration tests"
29
fi
0 commit comments