Quick test includes Record::OPAC rather than Record::Fetch
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Quick.pm
index 894efda..24f37f2 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Quick.pm,v 1.3 2006-10-25 10:48:34 mike Exp $
 
 package ZOOM::IRSpy::Test::Quick;
 
@@ -9,7 +8,9 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Ping Record::Fetch) }
+sub subtests { qw(Ping Record::OPAC) }
+
+sub timeout { 20 }
 
 sub start {
     my $class = shift();