]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: Reset the console timeout value
authorBin Meng <bmeng.cn@gmail.com>
Tue, 17 May 2022 15:24:43 +0000 (23:24 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 26 May 2022 14:27:14 +0000 (10:27 -0400)
commit9c9b83f888e3fef542967e210fd39dc92258dc07
treed6063004ffcd64ea1ba35e072f0423ae19cc7c97
parent38af78b9fae1ee2263f992cdd747aff3b3ad202e
test/py: Reset the console timeout value

Reset the console timeout value as some tests may change its default
value during the execution.

This fixes the random case timeout issue seen in the U-Boot CI.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
test/py/u_boot_console_base.py