Index: trunk/Ohana/src/opihi/scripts/sched.pro
===================================================================
--- trunk/Ohana/src/opihi/scripts/sched.pro	(revision 4462)
+++ trunk/Ohana/src/opihi/scripts/sched.pro	(revision 4602)
@@ -3,14 +3,16 @@
 
 task test
-  command sched.test 
+  command date 
   periods -poll 1.0
-  periods -exec 2.0
-  periods -timeout 8.0
-  # host local
-  host localhost
+  periods -exec 5.0
+  periods -timeout 10.0
+  trange 07:09 07:10
+  trange -exclude 07:09:30 07:09:45
+  host local
+  # host localhost
   # local is default 
 
   task.exec
-    echo "starting job sched.test"
+    # echo "starting job sched.test"
   end
 
