diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-03-27 11:59:27 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-03-27 11:59:27 +0200 |
commit | ab7e80085af891c494bc274c0cde27d49f89f254 (patch) | |
tree | 3919ea50ad519e7f8db0774201f1f23560dc9c4d | |
parent | ddea3434a217370e5fcbfad98e4ef9c6590d8dc4 (diff) | |
download | mitmproxy-ab7e80085af891c494bc274c0cde27d49f89f254.tar.gz mitmproxy-ab7e80085af891c494bc274c0cde27d49f89f254.tar.bz2 mitmproxy-ab7e80085af891c494bc274c0cde27d49f89f254.zip |
increase test timeout
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ ignore = E251 [pytest] testpaths = test -addopts = --timeout 30 -s +addopts = --timeout 60 --capture=no [coverage:run] branch = True |