Skip to content

Commit

Permalink
change: stop CI unit test code checks from running in parallel (#1066)
Browse files Browse the repository at this point in the history
There seems to be a ~5% failure rate when the code checks are run in
parallel. This change adds a minute to the unit tests running
in the CI pipeline, but avoids the confusing failure.
  • Loading branch information
knakad committed Sep 25, 2019
1 parent 91ea028 commit a999b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phases:
- TOX_PARALLEL_NO_SPINNER=1
- PY_COLORS=0
- start_time=`date +%s`
- tox -e flake8,pylint,twine,black-check --parallel all
- tox -e flake8,pylint,twine,black-check
- ./ci-scripts/displaytime.sh 'flake8,pylint,twine,black-check' $start_time

- start_time=`date +%s`
Expand Down

0 comments on commit a999b16

Please sign in to comment.