summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-04-24 09:10:05 +0200
committerJürg Billeter <j@bitron.ch>2020-04-24 09:12:12 +0200
commitf84defbf519ec855d1c2beacef6c8c341c75e27d (patch)
treeb22c39014602658156468faae3acd1f4fe6f6dbf /setup.cfg
parent63b9c7ea11da4e4fb19d6822649116769d224963 (diff)
downloadbuildstream-f84defbf519ec855d1c2beacef6c8c341c75e27d.tar.gz
setup.cfg: Increase pytest default timeout
CI runners sometimes need more time under load.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8b3d60388..7d3599e14 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,7 @@ tag_regex = *.*.*
parentdir_prefix = BuildStream-
[tool:pytest]
-addopts = --verbose --basetemp ./tmp --durations=20 --timeout=900
+addopts = --verbose --basetemp ./tmp --durations=20 --timeout=1800
norecursedirs = src tests/integration/project integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
env =