start at 0.3.1 instead of 0.3.0
[scpubgit/Object-Remote.git] / t / watchdog_fatnode.t
index 81e8c96..ee954f0 100644 (file)
@@ -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