Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce54003a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 23406 into eclair

* changes:
  allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers
parents 95434bfa 38323a5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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