Give deps more time to run.
[python_utils.git] / tests / run_some_dependencies_test.py
index 7e87d44561088b7d6bf9ca0ed4232ae9c3063fa7..ebe61c0029b8b4779317ce2874311b97ea969395 100755 (executable)
@@ -26,10 +26,11 @@ class RunSomeDependenciesTest(unittest.TestCase):
             "/home/scott/bin/tplink.py -a office_lights -c info --audit_import_events >& /dev/null",
             "/home/scott/bin/unscramble.py ethyropadratoyzrhoiectmi --trace_memory >& /dev/null",
             "/home/scott/bin/cron.py --command='sleep 0' --lockfile=/tmp/deleteme_lock >& /dev/null",
+            "/home/scott/cron/manage_switch_off_timers.py >& /dev/null",
         ]
         for command in commands:
             try:
-                ret = exec_utils.cmd_with_timeout(command, 5.0)
+                ret = exec_utils.cmd_with_timeout(command, 10.0)
                 self.assertEqual(0, ret)
             except Exception as e:
                 logger.exception(e)