summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-24 13:04:41 +0000
committerJavier Jardón <jjardon@gnome.org>2018-08-24 13:04:41 +0000
commit4c40a027d3088ab0485145b04e3f0233e38155e6 (patch)
treebde74ac3b84bd02e556acf72c2cb2fd20befdaac
parent2c3a6ab8ad478314154716a2b1918ce1b867cc49 (diff)
parentf4745600d06263e359ba94f752adeb1db257484e (diff)
downloadbuildstream-4c40a027d3088ab0485145b04e3f0233e38155e6.tar.gz
Merge branch 'jjardon/ci_show_timings' into 'master'
.gitlab-ci.yml: Show timing of the 20 slowest tests See merge request BuildStream/buildstream!716
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 7a27a2f58..7d40c3d25 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ parentdir_prefix = BuildStream-
test=pytest
[tool:pytest]
-addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc
+addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc --durations=20
norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
pep8maxlinelength = 119