diff options
| author | Scott Gasch <[email protected]> | 2022-08-10 10:11:27 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-08-10 10:11:27 -0700 |
| commit | 33deb4df80de733ac25c4d4061c18b2e0eac39e7 (patch) | |
| tree | 8795b034609d451bb0db51cdd27d789219edfb2a /tests/run_some_dependencies_test.py | |
| parent | 300300e13b91ed6a382ccbb1d7bdb3e3c3c46788 (diff) | |
Upgrade to python 3.9.
Diffstat (limited to 'tests/run_some_dependencies_test.py')
| -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 a7ee9b4..addb015 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -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) |
