X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Frun_some_dependencies_test.py;h=1182f23d33b7eed38705860be639e3508df4f435;hb=bc80a8e1bb262fd7898ae1e86b3c629dfacc3872;hp=20f44cbdac53c318d3918cd89210840822662790;hpb=94c8a54eadbf8552fa4d33dc349616d125e1a638;p=python_utils.git diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py index 20f44cb..1182f23 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -27,10 +27,11 @@ class RunSomeDependenciesTest(unittest.TestCase): "/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", + "/home/scott/bin/smart_device.py cabin and outside and timeout:* -c print >& /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)