[roll] Roll fuchsia [component_manager] Fix stress test total duration

The test duration was set to the string value "60 * 60" in the
test manifest.

The value is expected to be parsed as an integer, not as math
that needs to be evaluated. So it defaulted to running for 6 hours.

Reduced the time to 1800 seconds (30 minutes) because the logs
produced from this test were very large and symbolization would
hang, failing the stress test builder.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/730844
Original-Revision: 1a6d0b9ef292273f116bc052519045deb009f478
GitOrigin-RevId: 12b6aeb8478fc8f525a400a232994697c4deb0c8
Change-Id: I955133a1958d4bdf6d3dbe595b515d3ff666d7c0
1 file changed
tree: 808fbed74b8c43eef63e08443ebfbbd3201b12fd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.