summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-11-21 13:34:35 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-11-21 13:34:35 +0200
commit4c0dd22de1e89184c8b3192dfaa989b06e2fbfc4 (patch)
tree4ae7a98698ab4de38c90153a70e04e63758a3889
parent458439f8cea28616c8f734a1fe86a3a452f469e4 (diff)
Set global timeout to 172800s (48h)
Global timeout in LAVA is hardcoded to 24h (24 * 60 60) https://bugs.launchpad.net/bugs/1226017 Set to 172800s (48h) to workaround the limitation A sane default is 900s (15m) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xlava-submit.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/lava-submit.py b/lava-submit.py
index 0345e7a..06887f6 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -280,7 +280,11 @@ def main():
}
})
- config = json.dumps({'timeout': 18000,
+ # XXX Global timeout in LAVA is hardcoded to 24h (24 * 60 60)
+ # https://bugs.launchpad.net/bugs/1226017
+ # Set to 172800s (48h) to workaround the limitation
+ # A sane default is 900s (15m)
+ config = json.dumps({'timeout': 172800,
'actions': actions,
'job_name': '%s%s/%s/' % (ci_base_url,
hwpack_job_name,