summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-24 13:08:02 +0000
committerJavier Jardón <jjardon@gnome.org>2018-08-24 13:08:02 +0000
commitbd96e353e125138656afd679603ab763a40370b4 (patch)
treef107023c641d40f61e22e5c3527f2f1139dbb9a1
parenta201f9a9626a0028d137874717a9e816538c1cbc (diff)
parent725878209a3c2ffe5b45976361af87f7a53f6bda (diff)
downloadbuildstream-bd96e353e125138656afd679603ab763a40370b4.tar.gz
Merge branch 'jjardon/ci_show_timings-bst-1.2' into 'bst-1.2'
[bst-1.2] .gitlab-ci.yml: Show timing of the 20 slowest tests See merge request BuildStream/buildstream!728
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 173917c74..159c665c3 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 = integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
pep8maxlinelength = 119