Upgrade to python 3.9.
[python_utils.git] / tests / run_some_dependencies_test.py
index a7ee9b459b0240dfa2b0cda2c7074e6c20adf97f..addb0156213e0c3c9f4976022db09d47554e8f82 100755 (executable)
@@ -32,7 +32,7 @@ class RunSomeDependenciesTest(unittest.TestCase):
         ]
         for command in commands:
             try:
-                ret = exec_utils.cmd_exitcode(command, 15.0)
+                ret = exec_utils.cmd_exitcode(command, 25.0)
                 self.assertEqual(0, ret)
             except Exception as e:
                 logger.exception(e)