summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/assets
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2010-05-03 11:49:04 -0700
committerGuang Zhu <guangzhu@google.com>2010-05-03 11:49:04 -0700
commit6c15f6003a69e664f132342be2252a77e480495b (patch)
tree64369e1f35226370311bb8b819b957f5e2b1dcdc /tests/DumpRenderTree/assets
parentedd904fd317838c526b16d983af22d5a3dc1cd3b (diff)
downloadframeworks_base-6c15f6003a69e664f132342be2252a77e480495b.zip
frameworks_base-6c15f6003a69e664f132342be2252a77e480495b.tar.gz
frameworks_base-6c15f6003a69e664f132342be2252a77e480495b.tar.bz2
improvements on layout test
* reduce timeout limit from 30s to 15s * terminate a test case under some condition on uncaught JS exception * minor fixes Change-Id: Iabc8f214544d2c8c14139756abc049870023fea5
Diffstat (limited to 'tests/DumpRenderTree/assets')
-rwxr-xr-xtests/DumpRenderTree/assets/run_layout_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DumpRenderTree/assets/run_layout_tests.py b/tests/DumpRenderTree/assets/run_layout_tests.py
index b6e7bf3..ceac5d2 100755
--- a/tests/DumpRenderTree/assets/run_layout_tests.py
+++ b/tests/DumpRenderTree/assets/run_layout_tests.py
@@ -176,7 +176,7 @@ def main(options, args):
# Count crashed tests.
crashed_tests = []
- timeout_ms = '30000'
+ timeout_ms = '15000'
if options.time_out_ms:
timeout_ms = options.time_out_ms