X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fwatchdog_fatnode.t;h=ee954f07e51b3137ae44e3bf019e28d3bf9c36a5;hb=466ee2c442ee6958e077a02c3c250245f06ad819;hp=81e8c969061aada901699d0522df9e60a8e1fb87;hpb=f129bfaf05b1ae0e2e2992cad47a70482dec9885;p=scpubgit%2FObject-Remote.git diff --git a/t/watchdog_fatnode.t b/t/watchdog_fatnode.t index 81e8c96..ee954f0 100644 --- a/t/watchdog_fatnode.t +++ b/t/watchdog_fatnode.t @@ -9,7 +9,7 @@ $SIG{ALRM} = sub { die "alarm signal\n" }; open(my $nullfh, '>', '/dev/null') or die "Could not open /dev/null: $!"; -my $fatnode_text = Object::Remote::Connector::Local->new(watchdog_timeout => 1)->fatnode_text; +my $fatnode_text = Object::Remote::Connector::Local->new(timeout => 1)->fatnode_text; #this simulates a node that has hung before it reaches #the watchdog initialization - it's an edge case that