summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-05-29 14:25:54 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-05-29 14:25:54 +0300
commita8eaf594dbe36b97efddc72a3713e29d1a8dc409 (patch)
treeed372763c49d0073381d3ef72a510b3249149b1e
parenta382772db429f1af06181822d26533ee6f2ae61d (diff)
Bump pwrmgmt timeout to 1200
Signed-off-by: Fathi Boudra <fathi.boudra@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 0012cce..ff9315e 100755
--- a/lava-submit.py
+++ b/lava-submit.py
@@ -29,7 +29,7 @@ tests_timeout = {
'perf': 800,
'phpinfo': 800,
'phpmysql': 800,
- 'pwrmgmt': 800,
+ 'pwrmgmt': 1200,
'sdkhelloc': 800,
'sdkhellocxx': 800,
'smoke-tests-basic': 1200,