summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-01-07 08:45:39 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-01-07 08:45:39 +0000
commitc0707251e9f7bf5a109c1864973182c196c903e3 (patch)
treef8a66f9dbdfc87798be1e14060c3242a39cf9c8b
parent9c8bd8327ef4949d8abcbec1c6d353aad904779b (diff)
jtreg: increase timeout for hotspot-compiler tests to 18 hours
This based on a recent run where the job took over 16 hours to complete, so we add a little for some runtime variability. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rwxr-xr-xlava-submit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-submit.py b/lava-submit.py
index bc68cba..8d6bb2c 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -15,7 +15,7 @@ tests_timeout = {
'e2eaudiotest': 7200,
'ethernet': 800,
'gatortests': 1200,
- 'jtreg-hotspot-compiler': 54000,
+ 'jtreg-hotspot-compiler': 64800,
'jtreg-hotspot-gc': 14400,
'jtreg-hotspot-runtime': 36000,
'jtreg-hotspot-sanity': 7200,