[issue11871] test_default_timeout() of test_threading.BarrierTests failure: BrokenBarrierError

Charles-François Natali report at bugs.python.org
Mon Jul 25 22:43:31 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

The attached patch bumps the barrier's default timeout to 300ms: it should be more than enough (unless you got a really crappy scheduler, or a really heavily loaded machine), especially since this problem doesn't seem to occur often (AFAICT).

----------
keywords: +needs review, patch
stage:  -> patch review
Added file: http://bugs.python.org/file22761/test_barrier_timeout.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11871>
_______________________________________


More information about the Python-bugs-list mailing list