summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-08-02 08:59:13 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-08-02 08:59:13 +0300
commitef4dba700ecd2b6cd41af78d0f944380a1f351bd (patch)
tree7bd5a3562b73c9d1b3a70b0e1a8556146e480646
parent2248da62d293c8b1e29aef863bb9bce4e9b950b4 (diff)
Set minimal default timeout to 800. Aligned to LAVA/FastModels.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xlava-submit.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/lava-submit.py b/lava-submit.py
index e049710..60719f3 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -8,25 +8,25 @@ import re
tests_timeout = {
'bluetooth-enablement': 7200,
- 'bootchart': 300,
- 'busybox': 300,
- 'device-tree': 300,
+ 'bootchart': 800,
+ 'busybox': 800,
+ 'device-tree': 800,
'e2eaudiotest': 7200,
- 'ethernet': 600,
+ 'ethernet': 800,
'gatortests': 1200,
- 'kernel-version': 300,
+ 'kernel-version': 800,
'leb-basic-graphics': 7200,
'ltp': 7200,
- 'mysql': 300,
+ 'mysql': 800,
'network-tests-basic': 1200,
- 'perf': 300,
- 'phpinfo': 300,
- 'phpmysql': 300,
- 'pwrmgmt': 600,
- 'sdkhelloc': 300,
- 'sdkhellocxx': 300,
+ 'perf': 800,
+ 'phpinfo': 800,
+ 'phpmysql': 800,
+ 'pwrmgmt': 800,
+ 'sdkhelloc': 800,
+ 'sdkhellocxx': 800,
'smoke-tests-basic': 1200,
- 'toolchain': 300,
+ 'toolchain': 800,
'wifi-enablement': 7200,
}