diff options
author | Guang Zhu <guangzhu@google.com> | 2009-08-31 22:01:53 -0700 |
---|---|---|
committer | Guang Zhu <guangzhu@google.com> | 2009-08-31 22:01:53 -0700 |
commit | 38323a5f9f4a53b0118610ac84a47cb9907d4e4b (patch) | |
tree | ed47cb090a1032edabf8a04fbf53f4c989340579 /tests/DumpRenderTree | |
parent | c91ad28ff9173971c1d886f884250b1e774a40a6 (diff) | |
download | frameworks_base-38323a5f9f4a53b0118610ac84a47cb9907d4e4b.zip frameworks_base-38323a5f9f4a53b0118610ac84a47cb9907d4e4b.tar.gz frameworks_base-38323a5f9f4a53b0118610ac84a47cb9907d4e4b.tar.bz2 |
allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers
Diffstat (limited to 'tests/DumpRenderTree')
-rwxr-xr-x | tests/DumpRenderTree/assets/run_layout_tests.py | 2 |
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 c056de5..c3e6b5b 100755 --- a/tests/DumpRenderTree/assets/run_layout_tests.py +++ b/tests/DumpRenderTree/assets/run_layout_tests.py @@ -175,7 +175,7 @@ def main(options, args): # Count crashed tests. crashed_tests = [] - timeout_ms = '5000' + timeout_ms = '30000' if options.time_out_ms: timeout_ms = options.time_out_ms |