]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Simplify the timeout logic in t/09-load-threads.t
authorVincent Pit <vince@profvince.com>
Tue, 21 Jul 2015 15:09:57 +0000 (12:09 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 21 Jul 2015 15:16:32 +0000 (12:16 -0300)
commit0aba0d53f2d474b5ae53796000cc42b666d3983e
tree77948e6f81938b64eb7a7e25fb0bef2ae5379efc
parentebe9eedb7d7e7f6acaae37c8dbb5c373e9fb6026
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.
t/09-load-threads.t