projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309ddad
)
Give deps more time to run.
author
Scott Gasch
<
[email protected]
>
Sun, 6 Feb 2022 23:14:14 +0000
(15:14 -0800)
committer
Scott Gasch
<
[email protected]
>
Sun, 6 Feb 2022 23:14:14 +0000
(15:14 -0800)
tests/run_some_dependencies_test.py
patch
|
blob
|
history
diff --git
a/tests/run_some_dependencies_test.py
b/tests/run_some_dependencies_test.py
index 20f44cbdac53c318d3918cd89210840822662790..ebe61c0029b8b4779317ce2874311b97ea969395 100755
(executable)
--- 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)