[roll] Roll fuchsia [ffx-test] Remove timeout to check ffx network problems.

We added this timeout to check network problems with ffx but this makes code complicated and error prone. Currently due to this timeout tests
are killed after 1 minute. To make the functionality correct we will
need to pass this timeout everywhere where we make overnet calls which is not feasible and will make the code more complex.

So remove the timeout and only check it once at the start. If we face
network issues with ffx, ffx should handle them internally.

BUG=120384

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/793762
Original-Revision: fadcd3cf1042ca56cbdd9e8fd2821c1a530521ba
GitOrigin-RevId: a2bd4005c6eceb34017b9923c5b424df4a4af53a
Change-Id: I8e4d295ec8750834c761d2570d22cb1286640f1a
1 file changed
tree: 7d63327d1ba484e2012c46da45e8a827f85107b4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.