From: Vincent Pit Date: Tue, 21 Jul 2015 15:09:57 +0000 (-0300) Subject: Simplify the timeout logic in t/09-load-threads.t X-Git-Tag: v0.58~2 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=0aba0d53f2d474b5ae53796000cc42b666d3983e;hp=0aba0d53f2d474b5ae53796000cc42b666d3983e;p=perl%2Fmodules%2FVariable-Magic.git Simplify the timeout logic in t/09-load-threads.t The old loop could actually never be executed more than one iteration. A real good implementation would check whether any of the peers has exited, but it would involve much more work. ---