aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: