summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-01-06 10:15:56 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-01-06 10:15:56 +0000
commit9c8bd8327ef4949d8abcbec1c6d353aad904779b (patch)
tree07f18f23fe599c19f93952d476fb249a78edd155
parenta472327a6a350b4ae15f1c5ed0d814ad2cacbea5 (diff)
jtreg: increase timeout for hotspot-runtime tests to 10 hours
This based on a recent run where the job took a little over 7 hours to complete. 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 fe11cd9..bc68cba 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -17,7 +17,7 @@ tests_timeout = {
'gatortests': 1200,
'jtreg-hotspot-compiler': 54000,
'jtreg-hotspot-gc': 14400,
- 'jtreg-hotspot-runtime': 14400,
+ 'jtreg-hotspot-runtime': 36000,
'jtreg-hotspot-sanity': 7200,
'jtreg-hotspot-serviceability': 7200,
'jtreg-hotspot-testlibrary': 7200,