commit | b22e65fc66cf8ebc5be4ff5cece89b061e97086c | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil.kumaran@linaro.org> | Thu Jan 03 11:18:58 2013 +0530 |
committer | Senthil Kumaran <senthil.kumaran@linaro.org> | Thu Jan 03 11:18:58 2013 +0530 |
tree | b4aa57431aa647945242944fc005589de65cc049 | |
parent | d1f9a863b982c6e862c41723ba06db9852205967 [diff] |
Add a timeout for lava-test-shell action in the generated job.
diff --git a/lava-submit.py b/lava-submit.py index d17b9f2..e2f22cd 100755 --- a/lava-submit.py +++ b/lava-submit.py
@@ -177,6 +177,7 @@ actions.append({ "command": "lava_test_shell", "parameters": { + "timeout": 18000, "testdef_repos": test_list } })