X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=t%2Ftimeout.t;h=3b208d731a0c9b12a80c9d8ea5c3547ebdc2d0f9;hp=c205b9394be09d663f01bd6f42b8974eeb0f5936;hb=0e090a216bf8825855f8ca70bcb7f0980b5f786d;hpb=f129bfaf05b1ae0e2e2992cad47a70482dec9885 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' ], );