Index: branches/eam_branches/20100225/ippTasks/warp.pro
===================================================================
--- branches/eam_branches/20100225/ippTasks/warp.pro	(revision 27087)
+++ branches/eam_branches/20100225/ippTasks/warp.pro	(revision 27517)
@@ -171,5 +171,6 @@
     if ($N == 0) break
     if ($NETWORK == 0) break
-    
+    if ($BURNTOOLING == 1) break
+
     # look for new images in warpInputExp (pantaskState == INIT)
     book getpage warpInputExp 0 -var pageName -key pantaskState INIT
@@ -427,6 +428,6 @@
   host         local
 
-  periods      -poll 5.0
-  periods      -exec 60.0
+  periods      -poll 60.0
+  periods      -exec 1800.0
   periods      -timeout 120.0
   npending     1
@@ -473,6 +474,6 @@
   host         local
 
-  periods      -poll 5.0
-  periods      -exec 60.0
+  periods      -poll 60.0
+  periods      -exec 1800.0
   periods      -timeout 120.0
   npending     1
@@ -483,5 +484,9 @@
   task.exec
     if ($LABEL:n == 0) break
-    $run = warptool -revertwarped
+    # Only revert failures with fault=2 (SYS_ERROR), which tend to be
+    # temporary filesystem problems.  Every other fault type is
+    # interesting and should be kept for debugging (and so it doesn't
+    # continue to occur).
+    $run = warptool -revertwarped -fault 2
     if ($DB:n == 0)
       option DEFAULT
