am dcd21531: am ce54003a: Merge change 23406 into eclair

Merge commit 'dcd21531a7107421ecf7f88828040bc3a39cfbf3'

* commit 'dcd21531a7107421ecf7f88828040bc3a39cfbf3':
  allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers
This commit is contained in:
Guang Zhu
2009-08-31 22:08:49 -07:00
committed by Android Git Automerger

View File

@@ -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