X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=t%2Ftimeout.t;h=46b46fe75561751842c15a490ac6ff8bfb8f95d3;hp=dba6c62ce212cf458013a02e6c3ffcf7aec9eb07;hb=961077ea7e8e6f0885392bf769e29ee4bf5ad046;hpb=49e9ae37ca7aec5a02f1112c73feb6001db0e954 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' ], );