Commit d069c6ef authored by Jason Madden's avatar Jason Madden

Lengthen processes.py timeout (windows pypy)

parent 461261b7
......@@ -34,7 +34,7 @@ def _find_files_to_ignore():
default_time_range = (2, 4)
time_ranges = {
'concurrent_download.py': (0, 30),
'processes.py': (0, 4)
'processes.py': (0, 10)
}
class _AbstractTestMixin(util.ExampleMixin):
......
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