From eb909e1b0c1f4621bfffef17aca523f116668cb5 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Sat, 16 Jun 2012 10:44:52 +0800 Subject: change the default timeout to 18000 back --- build-scripts/post-build-lava.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-scripts/post-build-lava.py') 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: -- cgit v1.2.3