diff options
author | Jürg Billeter <j@bitron.ch> | 2020-04-24 09:10:05 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-04-24 09:12:12 +0200 |
commit | f84defbf519ec855d1c2beacef6c8c341c75e27d (patch) | |
tree | b22c39014602658156468faae3acd1f4fe6f6dbf /setup.cfg | |
parent | 63b9c7ea11da4e4fb19d6822649116769d224963 (diff) | |
download | buildstream-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |