[LON-CAPA-cvs] cvs: loncom /interface lonsearchcat.pm

www lon-capa-cvs@mail.lon-capa.org
Thu, 29 Dec 2005 19:45:21 -0000


www		Thu Dec 29 14:45:21 2005 EDT

  Modified files:              
    /loncom/interface	lonsearchcat.pm 
  Log:
  Bigger cluster, more time needed. Trying as work around for Bug #3377
  
  
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.249 loncom/interface/lonsearchcat.pm:1.250
--- loncom/interface/lonsearchcat.pm:1.249	Tue Nov 29 15:37:06 2005
+++ loncom/interface/lonsearchcat.pm	Thu Dec 29 14:45:19 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Search Catalog
 #
-# $Id: lonsearchcat.pm,v 1.249 2005/11/29 20:37:06 www Exp $
+# $Id: lonsearchcat.pm,v 1.250 2005/12/29 19:45:19 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2291,7 +2291,7 @@
 }
 
 {
-    my $max_time  = 40;  # seconds for the search to complete
+    my $max_time  = 300;  # seconds for the search to complete
     my $start_time = 0;
     my $last_time = 0;