Commit 50324dda authored by Denis Bilenko's avatar Denis Bilenko

greentest: create timer with ref=False

parent 72664a4c
......@@ -287,7 +287,7 @@ if gettotalrefcount is None:
def test_outer_timeout_is_not_lost(self):
timeout = gevent.Timeout.start_new(0.001)
timeout = gevent.Timeout.start_new(0.001, ref=False)
try:
try:
result = self.wait(timeout=1)
......
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