Give deps more time to run.
authorScott Gasch <[email protected]>
Sun, 6 Feb 2022 23:14:14 +0000 (15:14 -0800)
committerScott Gasch <[email protected]>
Sun, 6 Feb 2022 23:14:14 +0000 (15:14 -0800)
tests/run_some_dependencies_test.py

index 20f44cbdac53c318d3918cd89210840822662790..ebe61c0029b8b4779317ce2874311b97ea969395 100755 (executable)
@@ -30,7 +30,7 @@ class RunSomeDependenciesTest(unittest.TestCase):
         ]
         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)