diff --git a/tests/patcher_psycopg_test.py b/tests/patcher_psycopg_test.py index 47a3044..41ca0d7 100644 --- a/tests/patcher_psycopg_test.py +++ b/tests/patcher_psycopg_test.py @@ -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" """