[roll] Roll fuchsia [serial] Fix flaky serial read test

The test was failing because of a race condition issue. Sometimes the
line being read would be output to the serial stream before the reading
would happen.

This change will echo the test message on each iteration. I ran with
multiply 100 and the tests passed.

This change also shortens the related timeouts. The longer times were
not needed and this will shorten the test.

Multiply: serial_test_unstable:25

Original-Bug: b/469335912
Test: CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1474461
Original-Revision: e4c5fc659a5fd8db460c334415432a331d87382a
GitOrigin-RevId: 1e299b9cc230034928615f0cc33af71721967798
Change-Id: Ifbe4108fc74c5c42e0b12e6c7d89592397c94325
1 file changed
tree: ccb7abb9271c9803afb46c9875d403063d137f33
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.