Constant tweakage.

This commit is contained in:
Ryan Williams
2010-05-24 20:20:47 -07:00
parent a04a156857
commit 4ad24aee81

View File

@@ -30,7 +30,7 @@ def fetch(num, secs):
f = eventlet.spawn(fetch, 2, 1)
t = eventlet.spawn(tick, 2, 100)
f.wait()
assert count[0] > 150
assert count[0] > 100, count[0]
print "done"
"""