[roll] Roll fuchsia [rbe] Reduce remote timeout

Default timeout was 1 hour, which is too long.
Timeouts can be due to infrastructure, like connection/worker flakes
in the back end.
We want those to fail faster.

C++ timeouts are still 10 minutes, as specified in wrapper scripts.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1275626
Original-Revision: 746b73a86a4c344dfb2780f7cd639f1553511186
GitOrigin-RevId: 0ddabd67ee83af4409b9dcd1334f79c466193016
Change-Id: I15dae304f8bbc241a7ed520a7cbad36ba5b2dd70
1 file changed
tree: c214d18113defa22a8cb1231c45a0693ffba18b6
  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.