[roll] Roll fuchsia [components][tests] Deflake stop_with_escrow_integration_test

This test was flaking as a result of at least one unexpected component
wakeup.

- Extend the stall timeout from 1 us to 100 ms. 1 us is very short and I
  think this can cause multiple wakeup cycles. The longer timeout
  doesn't completely eliminate this possibility but hopefully it's much
  smaller.
- Unmark the component as `eager`, which could lead to an extra startup
  depending on timing.
- Don't escrow DictionaryRouter (in particular, it is no longer
  `on_readable`). Simplifies the test a bit, and we already escrow the
  dictionary and there's no real reason to escrow the router protocol.
- Wait longer for additional events at the end of the test (100 ms -> 2
  s). To make it easier to catch future flakes should they arise.

Multiply: stop_with_escrow_integration_test

Original-Fixed: 456171403
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1419254
Original-Revision: bb6a6c47774ded03a915c826b871dbe0b4c76dd2
GitOrigin-RevId: 4cdb4da648315b25ec82244546500707ceaad939
Change-Id: I7bbfc9e07b68d8ca258eb18839bfb2898fa203f5
1 file changed
tree: 5a444c3c9a4acc1e122792808d884b489e5b6184
  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.