[roll] Roll fuchsia Revert "[ffx][fastboot] consider boot timeout a success"

This reverts commit 021ad1fce51d7588f1ad02d21c03bcdec167d618.

Reason for revert: correlates with a sharp uptick in start_target_error across tasks using flashing to provision

Original change's description:
> [ffx][fastboot] consider boot timeout a success
>
> When issuing a "boot", "reboot", or "reboot-bootloader", it's
> possible that the "okay" response gets lost in a buffer. So
> inside of consdering a lack of an "okay" in those cases as a
> a timeout failure, consider them successes.
>
> Also, since we are now considering a timeout to be an expected
> result, let's timeout in only a few seconds instead of waiting
> 30 seconds.
>
> This change includes a fix to fastboot::read_with_timeout() to
> actually use a timeout, rather than blocking indefinitely
> and checking the timestamp after the fact.
>
> Original-Fixed: b/290218326
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882214

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882291
Original-Revision: ee835dce8421f566c21518492ab219ac743de5bf
GitOrigin-RevId: e956874d8ac6d740920e5ac2033fd7c78e1011bf
Change-Id: I3ada8ab32ff4e65bcb39578f133b9c9db1354c9a
1 file changed
tree: 51b089531f91325065799fab086910bc2ad4513f
  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.