commit | 56465d5c8a1745abcf6d5da395e8958b5df18b75 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Thu Feb 24 15:32:24 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 25 01:39:24 2022 +0000 |
tree | 9832670513f2fc9cd8f41e899fbeb1eb960b197c | |
parent | f07561c3e22d1199f44519d614eb2241efb0be3c [diff] |
command_executer: extend timeout for first-time SDK entry As noted in the comment, this can sometimes be an operation that takes quite a while. This is WAI. BUG=b:221302420 TEST=Unittests Change-Id: I21a18713d050b21c593caf2fde69b91e2ffd7c8e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3489849 Tested-by: George Burgess <gbiv@chromium.org> Auto-Submit: George Burgess <gbiv@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Manoj Gupta <manojgupta@chromium.org>
toolchain-utils
Various utilities used by the Chrome OS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.