change default Motor timeout... stab motors are very slow ;)
[enigma2.git] / lib / python / Components / NimManager.py
index 794cd80d9a72366ec97acc0fd8c5893f74b24cb9..596bd5b14557661bda67e158d375a640d72a4a4a 100644 (file)
@@ -749,7 +749,7 @@ def InitSecParams():
        x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_VOLTAGE_CHANGE_BEFORE_MOTOR_CMD, configElement.value))
        config.sec.delay_after_voltage_change_before_motor_command = x
 
-       x = ConfigInteger(default=120, limits = (0, 9999))
+       x = ConfigInteger(default=360, limits = (0, 9999))
        x.addNotifier(lambda configElement: secClass.setParam(secClass.MOTOR_RUNNING_TIMEOUT, configElement.value))
        config.sec.motor_running_timeout = x