Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

I changed sleep(0.01) to sleep(1) and even after 350 runs I couldn't see any 
failure in test. I guess it fails only for less difference in time like 0.01 
and 0.001.

$ ./python.exe -X dev -m test -j4 -F test_asyncgen -m 
test_async_gen_asyncio_gc_aclose_09
[snip]
0:02:46 load avg: 3.71 [356] test_asyncgen passed
0.660945396 del g
0.661572575 run sleeps 1000 ms...
1.664627785 1
0.666234736 finally sleeps 1 ms
0.667970371 0.001
0.669262596 finally sleeps 1 more ms
0.671174578 0.001
0.671972246 finally: DONE = 1--
1.668627272 run exit

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35760>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to