Index: /trunk/FACT++/scripts/crateReset.js
===================================================================
--- /trunk/FACT++/scripts/crateReset.js	(revision 17920)
+++ /trunk/FACT++/scripts/crateReset.js	(revision 17921)
@@ -45,5 +45,4 @@
     // No data taking should be in progress
     // Trigger must be switched off
-
     checkSend(["MCP", "FAD_CONTROL", "FTM_CONTROL" ]);
 
@@ -65,5 +64,5 @@
          [ "FAD_CONTROL", [ "Disengaged", "Disconnected", "Connecting", "Connected" ] ],
         ];
-    if (!checkStates(table))
+    if (!checkStates(table, 3000, true))
         throw new Error("Either MCP, FTM_CONTROL or FAD_CONTROL not in a state in which it ought to be.");
 
