summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-12 11:09:12 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-11-12 11:09:41 +0000
commitde6855523c591255654b18e75e2127ad32bb7730 (patch)
treed6c2ba4a6c12f231dc2d5f6da30b7ded09b4fe79
parentf13dadb67e5b01a73311c10ad4eb7f4fed9690e5 (diff)
Revert "jtreg: increase timeout for hotspot tests"
This reverts commit f13dadb67e5b01a73311c10ad4eb7f4fed9690e5. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rwxr-xr-xlava-submit.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lava-submit.py b/lava-submit.py
index fd41845..489c3e4 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -16,9 +16,9 @@ tests_timeout = {
'ethernet': 800,
'gatortests': 1200,
'jtreg-setup': 7200,
- 'jtreg-hotspot-compiler': 54000,
- 'jtreg-hotspot-gc': 14400,
- 'jtreg-hotspot-runtime': 14400,
+ 'jtreg-hotspot-compiler': 36000,
+ 'jtreg-hotspot-gc': 7200,
+ 'jtreg-hotspot-runtime': 7200,
'jtreg-hotspot-sanity': 7200,
'jtreg-hotspot-serviceability': 7200,
'jtreg-hotspot-testlibrary': 7200,