X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftimeout.t;h=3b208d731a0c9b12a80c9d8ea5c3547ebdc2d0f9;hb=d3944ab9d1b5cb283a574395e052bcdfaa02f0cd;hp=c205b9394be09d663f01bd6f42b8974eeb0f5936;hpb=f129bfaf05b1ae0e2e2992cad47a70482dec9885;p=scpubgit%2FObject-Remote.git diff --git a/t/timeout.t b/t/timeout.t index c205b93..3b208d7 100644 --- a/t/timeout.t +++ b/t/timeout.t @@ -7,7 +7,7 @@ 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' ], );