[botanist][qemu] Add "devmgr.suspend-timeout-debug=true" back as default.

This reverts commit 9a040515f4acaf13fcd4c0066e0d238b0d019380.

Reason for revert: First time was unnecessary. Core test failures were *not* caused by this flag being passed.

Original change's description:
> [botanist] Remove default devmgr.suspend-timeout-debug=true
>
> devmgr does not exist in Zircon's core-test mode - and does not appear
> to play nicely with this set:
> https://ci.chromium.org/swarming/task/3fa136f8fe9a0910?server=chromium-swarm.appspot.com
>
> Bug: IN-556
> Change-Id: I3f142f5ee51727737da2a2d26c5654085638d591

TBR=mknyszek@google.com,joshuaseaton@google.com

Change-Id: Ieae999edea94fb00ce68157e88273fc6def28d8d
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: IN-556
1 file changed
tree: d1b88961d7d6b0ec4d9aae97f1edff9e80c810f6
  1. botanist/
  2. cmd/
  3. fuchsia/
  4. gerrit-policy/
  5. netboot/
  6. ninjalog/
  7. pdu/
  8. qemu/
  9. retry/
  10. secrets/
  11. serial/
  12. telnet/
  13. tftp/
  14. .gitignore
  15. AUTHORS
  16. Gopkg.lock
  17. Gopkg.toml
  18. LICENSE
  19. MAINTAINERS
  20. manifest
  21. PATENTS
  22. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}