Commit 507f9c9e authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: set default timeout to 10 minutes

parent 25379ae4
......@@ -36,7 +36,7 @@ one will be selected if not provided.
DEFAULT_FILENAME = '/tmp/gevent-testrunner.sqlite3'
# the number of seconds each test script is allowed to run
DEFAULT_TIMEOUT = 60
DEFAULT_TIMEOUT = 600
# the number of bytes of output that is recorded; the rest is thrown away
OUTPUT_LIMIT = 50000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment