arc: Increase ARC boot timeout.

On some slow devices, ARC does not boot within 60 seconds.

BUG=chromium:865213
TEST=tast -verbose run DUT arc.Boot

Change-Id: I8d98b0db9e135ffcf3278684fc6a6cd543fe48e9
Reviewed-on: https://chromium-review.googlesource.com/1143123
Commit-Ready: Shuhei Takahashi <[email protected]>
Tested-by: Shuhei Takahashi <[email protected]>
Reviewed-by: Dan Erat <[email protected]>
1 file changed
tree: 0e0bd31e902337b1e8bcd13d027dc8980a63a233
  1. src/
  2. .gitignore
  3. README.md
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • src/chromiumos/tast/
    • local/ - Code related to local (i.e. on-device or “client”) tests.
      • bundles/ - Local test bundles.
        • cros/ - The “cros” local test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by local tests.
    • remote/ - Code related to remote (i.e. off-device or “server”) tests.
      • bundles/ - Remote test bundles.
        • cros/ - The “cros” remote test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by remote tests.

Shared code, the main tast executable, the local_test_runner and remote_test_runner executables responsible for running bundles, and documentation are located in the tast repository.

GoDoc