Commit 7f8b8a29 authored by Jason Madden's avatar Jason Madden

Another random timeout for PyPy3.

parent 8bf44b27
# testing gevent's Event, Lock, RLock, Semaphore, BoundedSemaphore with standard test_threading
from __future__ import print_function
from _six import xrange
import greentest
setup_ = '''from gevent import monkey; monkey.patch_all()
from gevent.event import Event
......@@ -450,6 +451,7 @@ class ThreadJoinOnShutdown(unittest.TestCase):
"""
self._run_and_join(script)
@greentest.skipOnPyPy3OnCI("Sometimes randomly times out")
def test_2_join_in_forked_process(self):
# Like the test above, but from a forked interpreter
import os
......
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