Commit f366715e authored by Chris Toshok's avatar Chris Toshok

lower this so we don't timeout

parent 6380db90
......@@ -5,7 +5,7 @@ except e:
pass
def open_lots_of_files():
for x in range(0, 10000):
for x in range(0, 5000):
f = open("/dev/null")
if have_gc:
gc.collect();
......
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