diff options
| author | Scott Gasch <[email protected]> | 2022-02-06 15:14:14 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-06 15:14:14 -0800 |
| commit | 3c05841f04d89409bb7bef6e6f8641c4ec31b803 (patch) | |
| tree | c5372c7d8e443e81d89c8582538a6a76b45d3a24 /tests | |
| parent | 309ddadb402e09bf09bc38ca455dcaef7e08619e (diff) | |
Give deps more time to run.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run_some_dependencies_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py index 20f44cb..ebe61c0 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -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) |
