summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-02 18:04:56 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-10-02 18:06:36 +0100
commit58796ed73487054a3c875038dceae8671831b653 (patch)
tree798c8ba3b9e7e3b9edb8af71ae684715d11ca982
parentcfc76667ce6c2df83737a25cc9649337a1ae27e5 (diff)
jtreg: bump hotspot timeout to 10 hours
This based on yesterday's LAVA results run. 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 d8ef6e1..0b42699 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -16,7 +16,7 @@ tests_timeout = {
'ethernet': 800,
'gatortests': 1200,
'jtreg-setup': 7200,
- 'jtreg-hotspot-compiler': 7200,
+ 'jtreg-hotspot-compiler': 36000,
'jtreg-hotspot-gc': 7200,
'jtreg-hotspot-runtime': 7200,
'jtreg-hotspot-sanity': 7200,