remove comment for bug that was fixed
[scpubgit/Object-Remote.git] / t / timeout.t
index dba6c62..3b208d7 100644 (file)
@@ -1,11 +1,13 @@
 use strictures 1;
 use Test::More;
 
+require 't/logsetup.pl';
+
 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' ],
 );