aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-03-27 11:59:27 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-03-27 11:59:27 +0200
commitab7e80085af891c494bc274c0cde27d49f89f254 (patch)
tree3919ea50ad519e7f8db0774201f1f23560dc9c4d /setup.cfg
parentddea3434a217370e5fcbfad98e4ef9c6590d8dc4 (diff)
downloadmitmproxy-ab7e80085af891c494bc274c0cde27d49f89f254.tar.gz
mitmproxy-ab7e80085af891c494bc274c0cde27d49f89f254.tar.bz2
mitmproxy-ab7e80085af891c494bc274c0cde27d49f89f254.zip
increase test timeout
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 96b23026..b1d62172 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,7 +9,7 @@ ignore = E251
[pytest]
testpaths = test
-addopts = --timeout 30 -s
+addopts = --timeout 60 --capture=no
[coverage:run]
branch = True