Index: /trunk/FACT++/scripts/getSchedule.js
===================================================================
--- /trunk/FACT++/scripts/getSchedule.js	(revision 17352)
+++ /trunk/FACT++/scripts/getSchedule.js	(revision 17353)
@@ -4,5 +4,5 @@
 {
     // List of all available measurement types (see also Observation_class.js)
-    var measurementType = [ "STARTUP", "IDLE", "DRSCALIB", "SINGLEPE", "DATA", "RATESCAN", "SHUTDOWN" ];
+    var measurementType = [ "STARTUP", "IDLE", "DRSCALIB", "SINGLEPE", "DATA", "RATESCAN", "SHUTDOWN", "OVTEST" ];
 
     // Get current time
@@ -12,5 +12,5 @@
     // and entering the new data in the database, we have to use the unique id
     // in Main.js to check if the current observation should be changed (and sub resetted)
-    start = new Date(start.getTime()-12*3600000);
+    start = new Date(start.getTime()-10*3600000);
 
     // ----------------------------------------------------------------------
