Add timeout()
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Quick.pm
index 4c8e70c..8a2f54b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Quick.pm,v 1.1 2006-10-13 15:16:29 mike Exp $
+# $Id: Quick.pm,v 1.4 2007-04-18 15:25:07 mike Exp $
 
 package ZOOM::IRSpy::Test::Quick;
 
@@ -9,7 +9,9 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Ping Search::Title) }
+sub subtests { qw(Ping Record::Fetch) }
+
+sub timeout { 20 }
 
 sub start {
     my $class = shift();