jhthorsen / mojo-irc

IRC Client for the Mojo IOLoop
14 stars 12 forks source link

stop loop when connections fail in tests to avoid hanging #12

Closed Grinnz closed 9 years ago

Grinnz commented 9 years ago

Tests are hanging on my perl 5.10.1 due to connection timeouts, these changes allow the tests to fail instead of hang.

jhthorsen commented 9 years ago

Thanks, but I think I will fix this with a "guard" instead.