Index: branches/simtest_nebulous_branches/ippTasks/fake.pro
===================================================================
--- branches/simtest_nebulous_branches/ippTasks/fake.pro	(revision 25061)
+++ branches/simtest_nebulous_branches/ippTasks/fake.pro	(revision 27840)
@@ -26,4 +26,7 @@
     active true
   end
+  task fake.revert
+    active true
+  end
 end
 
@@ -38,4 +41,17 @@
     active false
   end
+  task fake.revert
+    active false
+  end
+end
+macro fake.revert.off
+    task fake.revert
+        active false
+    end
+end
+macro fake.revert.on
+    task fake.revert
+        active true
+    end
 end
 
@@ -232,6 +248,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
