vmprof-python
vmprof-python copied to clipboard
Fix test_vmprof_real_time_threaded.
First commit is just to trigger the error on the build machines, can't reproduce locally.
This test seems to pass for me if we retry the call to sleep, which may be interrupted with EINTR on CPython < 3.5 (see #204). I was only able to reproduce the test failure on Python 2.7 (but reliably).