summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-24 11:49:58 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-24 11:49:58 +0100
commite11281a00d851e74e27da8d7a27ea00db88116cb (patch)
treedd961fa8e7a7df9e890dc8444ff040756b6bb2e3
parent2bc1039c441c4387affe055d4a361fe0c2ae6ba6 (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 c3ec9b4..5a2bb8d 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,