Commit 258c3deb authored by Kevin Modzelewski's avatar Kevin Modzelewski

Try to cut down the time of this test since it was sometimes timing out

parent add17cc3
......@@ -5,7 +5,7 @@ def f():
# Something above the OSR threshold:
for i in xrange(12000):
l = (l * 2)[:500]
l = (l * 4)[:100]
yield 0
print list(f())
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