[roll] Roll fuchsia [time][test] Update timekeeper to finish off conformance test changes

Resolves the issues that chok@ observed while trying to actually use
the conformance test protocol:

- Rtc protocol name was mis-spelled in the manifest as RTC.
- The response to test protocol requests was synchronized with the main
  sampling loop, which in turn could get indefinitely blocked for lack
  of network connection. This in turn caused the test protocol requests
  never to return.  Decoupled by introducing a shared boolean state.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116673
Original-Revision: 870b0d77dcb4c9ce6ff75d83693ed90ef5feaf20
GitOrigin-RevId: ff0e2671565dd3172d3f43abd1549d9a62fffa27
Change-Id: I5fff09f6c143cc020002ff8b866edbf72ef8d2c3
1 file changed
tree: 05e0d121d3d615579d11c6f6afe049fe391a07cd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.