Commit 4b80db44 authored by Jason Madden's avatar Jason Madden

threadpool example timed out too. We used to run those standalone, so increase them all.

parent eb103548
......@@ -37,15 +37,14 @@ def _find_files_to_ignore():
return result
default_time_range = (2, 4)
default_time_range = (2, 10)
time_ranges = {
'concurrent_download.py': (0, 30),
'dns_mass_resolve.py': (2, 10),
'processes.py': (0, 4)
'processes.py': (0, default_time_range[-1])
}
class _AbstractTestMixin(util.ExampleMixin):
time_range = (2, 4)
time_range = default_time_range
filename = None
def _check_resources(self):
......
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