Add timeout()
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Quick.pm
index f4c5551..8a2f54b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Quick.pm,v 1.2 2006-10-17 16:21:31 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::DBDate Search::Title) }
+sub subtests { qw(Ping Record::Fetch) }
+
+sub timeout { 20 }
 
 sub start {
     my $class = shift();