X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftimeout.t;h=46b46fe75561751842c15a490ac6ff8bfb8f95d3;hb=d002a2eac8f0900b6c5f1387ca4a5ecd8cd8cf42;hp=dba6c62ce212cf458013a02e6c3ffcf7aec9eb07;hpb=49e9ae37ca7aec5a02f1112c73feb6001db0e954;p=scpubgit%2FObject-Remote.git diff --git a/t/timeout.t b/t/timeout.t index dba6c62..46b46fe 100644 --- a/t/timeout.t +++ b/t/timeout.t @@ -1,11 +1,13 @@ use strictures 1; use Test::More; +$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1; + use Object::Remote; use Object::Remote::Connector::Local; my $connector = Object::Remote::Connector::Local->new( - timeout => { after => 0.1 }, + timeout => 0.1, perl_command => [ 'perl', '-e', 'sleep 3' ], );