[roll] Roll fuchsia [ffx][emu] Reland Removing manual target manipulation

This is a reland of fxr/810447. It was rolled back because
of failures in the Flutter Engine and Chromium projects.

The root cause was the waiting for the instance to start fully was relying on the old logic handling ephemeral targets had a 1 second delay built in. Removing this made the loop iterate for N times where N is the number of seconds in the timeout.

This change adds using a timer to keep track of the elapsed time explicitly.

After this change, the chromium presubmit test passed successfully.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/814450
Original-Revision: bbcd83619f49542e39e99169e8b8286a2e701733
GitOrigin-RevId: efecbe3b1cfc168335305ac6c26a00b77c1c9115
Change-Id: I27508e74d450920e2699153f62d228c7ddd54357
1 file changed
tree: 5ccfdd0166685a3061a9b5061a6590d36a2351c7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.