]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Use a constant for the test timeout
authorSimon Glass <sjg@chromium.org>
Thu, 10 Oct 2024 00:28:58 +0000 (18:28 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 16:24:27 +0000 (10:24 -0600)
commit189c4d9f5ce48a79bcf938f16061c7de11b75d34
tree54b3f2157e776d7d9f6d3afd15a091e521812dcd
parentd2061828a4c1b60b44cd2307b6a782ac2efbffbe
test: Use a constant for the test timeout

Declare a constant rather than open-coding the same value twice.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/u_boot_console_base.py