aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/post-build-lava.py
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2012-06-16 10:44:52 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2012-06-16 10:44:52 +0800
commiteb909e1b0c1f4621bfffef17aca523f116668cb5 (patch)
tree663572a45b49f1522844b8c2a091e659c5d0e7fe /build-scripts/post-build-lava.py
parent8c6bcfe3552d6bbecacc93189fc4c583b8a705a7 (diff)
change the default timeout to 18000 back
Diffstat (limited to 'build-scripts/post-build-lava.py')
-rwxr-xr-xbuild-scripts/post-build-lava.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 8fed3b2..e1698c1 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -197,8 +197,8 @@ def main():
enable_android_install_binaries = False
# Set the default timeout for all test,
- # if this value is not set, then use the 3600 seconds as the default value
- default_timeout = os.environ.get("DEFAULT_TIMEOUT", 3600)
+ # if this value is not set, then use the 18000 seconds as the default value
+ default_timeout = os.environ.get("DEFAULT_TIMEOUT", 18000)
# Board-specific parameters
if target_product not in PRODUCT_MAP: