]> git.dujemihanovic.xyz Git - u-boot.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)
commit7bb683513c8d910aae10353fbea31969fe85f3a4
treed6063004ffcd64ea1ba35e072f0423ae19cc7c97
parent661f5400754750df4104b6466942c8b62897340d
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