Revert "run_isolated: sleep for 1s while waiting for subprocess completion."

This reverts commit 4d4216e3f5093b2da29a75546728b298698425f8.

Reason for revert: does not appear to have had any effect. Back to the drawing board.

Original change's description:
> run_isolated: sleep for 1s while waiting for subprocess completion.
> 
> Bug: 731375
> Change-Id: I5c5f1036613aae9a3d3d1850d5dde30529ba73ae
> Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/1648932
> Commit-Queue: John Budorick <jbudorick@chromium.org>
> Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>

TBR=maruel@chromium.org,estaab@chromium.org,jbudorick@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 731375
Change-Id: Id86c02e6361b7ee883101bbd5cc15442fe9affa3
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/1652489
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
Auto-Submit: John Budorick <jbudorick@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: 4b5d7e3c24aedfdd771ef2b115c8943f77518d57
2 files changed
tree: b54cd3a268c523556a113a0ff6d19c627799d02d
  1. example/
  2. libs/
  3. proto/
  4. tests/
  5. third_party/
  6. tools/
  7. utils/
  8. .gitignore
  9. auth.py
  10. cipd.py
  11. isolate.py
  12. isolate_format.py
  13. isolate_storage.py
  14. isolated_format.py
  15. isolateserver.py
  16. LICENSE
  17. local_caching.py
  18. LUCI_CONTEXT.md
  19. OWNERS
  20. PRESUBMIT.py
  21. README.md
  22. README.py
  23. run_isolated.py
  24. swarming.py
  25. trace_inputs.py
  26. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.