[roll] Roll fuchsia Revert "[testrunner] Separate the testing and processing of the result."

This reverts commit 565d288f1c8ed0ba87aef2e3d987fabf37a0b513.

Reason for revert: Possibly caused buildbot timeouts on "affected:AEMU" builders. https://chat.google.com/room/AAAABFiUm4o/bH8YtuhyhfM

Original change's description:
> [testrunner] Separate the testing and processing of the result.
>
> The outer timeout goes around the Test() method in case the test command
> hangs and fails to respect the timeout it sets. However, some Test()
> methods include some processing steps. In the case where a test barely
> finishes before the timeout, the processing steps might end up taking
> longer than the grace period we add to the outer timeout, which would
> cause the test to fail with a timeout even though the logs show that the
> test completed running successfully. Instead we should put the outer
> timeout only around the actual running of the test.
>
> Original-Bug: 323456144
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/987373

Original-Bug: 323456144
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/989280
Original-Revision: ad45bd4a7deb7fa31d72575a27c4abeb69bc072f
GitOrigin-RevId: b3491feb079a87cdbb5d694f304a5c40f8fddec8
Change-Id: Ic0d3227e261b583b1639463d0d4c87bf749a32e4
1 file changed
tree: e9c213114cb31d01388d1f37b17998382f4bdf08
  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.