Commit 8fdf05af authored by Denis Bilenko's avatar Denis Bilenko

test___monkey_patching: set timeout to 120s

parent 2b312878
......@@ -6,7 +6,7 @@ import atexit
# subprocess: include in subprocess tests
TIMEOUT = 60
TIMEOUT = 120
directory = '%s.%s' % sys.version_info[:2]
if hasattr(sys, 'pypy_version_info'):
directory += 'pypy'
......
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