Index: trunk/ippTasks/chiphosts.mhpcc.config
===================================================================
--- trunk/ippTasks/chiphosts.mhpcc.config	(revision 18418)
+++ trunk/ippTasks/chiphosts.mhpcc.config	(revision 18462)
@@ -46,10 +46,10 @@
   XY23  STR  ipp007
 
-  XY24  STR  ipp008
-  XY25  STR  ipp008
-  XY26  STR  ipp008
-  XY27  STR  ipp008
-  XY30  STR  ipp008
-  XY31  STR  ipp008
+  XY24  STR  ipp006
+  XY25  STR  ipp009
+  XY26  STR  ipp010
+  XY27  STR  ipp011
+  XY30  STR  ipp016
+  XY31  STR  ipp020
 
   XY32  STR  ipp009
@@ -120,10 +120,10 @@
   ota23  STR  ipp007
 
-  ota24  STR  ipp008
-  ota25  STR  ipp008
-  ota26  STR  ipp008
-  ota27  STR  ipp008
-  ota30  STR  ipp008
-  ota31  STR  ipp008
+  ota24  STR  ipp006
+  ota25  STR  ipp009
+  ota26  STR  ipp010
+  ota27  STR  ipp011
+  ota30  STR  ipp016
+  ota31  STR  ipp020
 
   ota32  STR  ipp009
Index: trunk/ippTasks/replicate.pro
===================================================================
--- trunk/ippTasks/replicate.pro	(revision 18418)
+++ trunk/ippTasks/replicate.pro	(revision 18462)
@@ -69,7 +69,7 @@
 
   # modify these after the tasks are tested
-  periods      -poll 5
-  periods      -exec 120
-  periods      -timeout 60
+  periods      -poll 10
+  periods      -exec 1
+  periods      -timeout 300
   npending     1
 
@@ -78,6 +78,11 @@
   stderr $LOGSUBDIR/replicate.log
 
-  # command does not need to be dynamic
-  command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 100
+  task.exec
+      # command does not need to be dynamic, but having it so allows us to adjust the periods
+      # so that we dont have to wait 10 minutes for things to start up
+      command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 2000
+      periods      -exec 600
+
+  end
 
   # success
Index: trunk/ippTasks/summit.copy.pro
===================================================================
--- trunk/ippTasks/summit.copy.pro	(revision 18418)
+++ trunk/ippTasks/summit.copy.pro	(revision 18462)
@@ -226,5 +226,5 @@
     periods      -exec     0.05
     periods      -poll     0.025
-    periods      -timeout  150
+    periods      -timeout  700
     # trage       16:00 23:59
     # trage       00:00 04:00
@@ -263,5 +263,6 @@
 
         $batman = $EXP_NAME
-        $run = pzgetimfiles -uri $URI -filesetid $batman -inst $CAMERA -telescope $TELESCOPE -dbname $DBNAME -timeout 120
+        # Sidik says we should use a longer timeout
+        $run = pzgetimfiles -uri $URI -filesetid $batman -inst $CAMERA -telescope $TELESCOPE -dbname $DBNAME -timeout 650
 
         # create the command line
@@ -293,7 +294,7 @@
     host         local
 
-    periods      -exec     10
+    periods      -exec     30
     periods      -poll      1
-    periods      -timeout  20
+    periods      -timeout  120
     # trage       16:00 23:59
     # trage       00:00 04:00
@@ -309,5 +310,5 @@
         # save the DB name for the exit tasks
         option $DB:$pztoolPendingImfile_DB
-        command pztool -pendingimfile -limit 40 -dbname $DB:$pztoolPendingImfile_DB
+        command pztool -pendingimfile -limit 60 -dbname $DB:$pztoolPendingImfile_DB
         $pztoolPendingImfile_DB ++
         if ($pztoolPendingImfile_DB >= $DB:n) set pztoolPendingImfile_DB = 0
@@ -337,5 +338,5 @@
     periods      -exec     5
     periods      -poll     0.05
-    periods      -timeout  150
+    periods      -timeout  650
     # trage       16:00 23:59
     # trage       00:00 04:00
