Add timeout()
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Quick.pm
index 894efda..8a2f54b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Quick.pm,v 1.3 2006-10-25 10:48:34 mike Exp $
+# $Id: Quick.pm,v 1.4 2007-04-18 15:25:07 mike Exp $
 
 package ZOOM::IRSpy::Test::Quick;
 
@@ -11,6 +11,8 @@ our @ISA = qw(ZOOM::IRSpy::Test);
 
 sub subtests { qw(Ping Record::Fetch) }
 
+sub timeout { 20 }
+
 sub start {
     my $class = shift();
     my($conn) = @_;