summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-24 11:50:57 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-24 11:50:57 +0100
commitec97cb54242917c76aea7a30aab381ec154fb917 (patch)
tree86e625f2707d3acc36002c3622311e6208ba16cc
parente47afbdc29d8dfb991b4c3d6240b1e00c98d7570 (diff)
jtreg: bump timeout to 2 hours
This based on yesterday's LAVA results run. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rwxr-xr-xlava-submit.py34
1 files changed, 17 insertions, 17 deletions
diff --git a/lava-submit.py b/lava-submit.py
index 7c3e6bb..1c6db7b 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -15,23 +15,23 @@ tests_timeout = {
'e2eaudiotest': 7200,
'ethernet': 800,
'gatortests': 1200,
- 'jtreg-setup': 3600,
- 'jtreg-hotspot-compiler': 3600,
- 'jtreg-hotspot-gc': 3600,
- 'jtreg-hotspot-runtime': 3600,
- 'jtreg-hotspot-sanity': 3600,
- 'jtreg-hotspot-serviceability': 3600,
- 'jtreg-hotspot-testlibrary': 3600,
- 'jtreg-jdk_beans1': 3600,
- 'jtreg-jdk_io': 3600,
- 'jtreg-jdk_lang': 3600,
- 'jtreg-jdk_math': 3600,
- 'jtreg-jdk_net': 3600,
- 'jtreg-jdk_other': 3600,
- 'jtreg-jdk_security1': 3600,
- 'jtreg-jdk_text': 3600,
- 'jtreg-jdk_time': 3600,
- 'jtreg-jdk_util': 3600,
+ 'jtreg-setup': 7200,
+ 'jtreg-hotspot-compiler': 7200,
+ 'jtreg-hotspot-gc': 7200,
+ 'jtreg-hotspot-runtime': 7200,
+ 'jtreg-hotspot-sanity': 7200,
+ 'jtreg-hotspot-serviceability': 7200,
+ 'jtreg-hotspot-testlibrary': 7200,
+ 'jtreg-jdk_beans1': 7200,
+ 'jtreg-jdk_io': 7200,
+ 'jtreg-jdk_lang': 7200,
+ 'jtreg-jdk_math': 7200,
+ 'jtreg-jdk_net': 7200,
+ 'jtreg-jdk_other': 7200,
+ 'jtreg-jdk_security1': 7200,
+ 'jtreg-jdk_text': 7200,
+ 'jtreg-jdk_time': 7200,
+ 'jtreg-jdk_util': 7200,
'kernel-version': 800,
'leb-basic-graphics': 7200,
'ltp': 7200,