[roll] Roll fuchsia [timezone] Reduce the number of attempts made by the Dart VM tests.

The server [shuts down after 1 minute](https://cs.opensource.google/fuchsia/fuchsia/+/main:src/tests/intl/timestamp-server-dart/lib/main.dart;l=56) so this test won't make it to 100 attempts before crashing from the connection being broken. This change
makes it so the test will fail and log info about the timezone
difference before crashing.

Alternatively we could increase the timeout on the server end but that
would make the test take longer before failing (and seemingly for no
reason since it's not failing today).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/703578
Original-Revision: ce3b33ee5a43dade4a2fa4e4cabcf95959c4cdd7
GitOrigin-RevId: 3525da962c845438249357a1239b98c3e6ac5c68
Change-Id: I980fd19e3786de0c1e97031fa47541970ceba2a9
1 file changed
tree: 1423e72d79fe765aafa29f464243984fb5ad2804
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.