]> git.baikalelectronics.ru Git - uboot.git/commit
test: don't change console timeout in EFI selftest.
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 9 May 2022 20:02:05 +0000 (22:02 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
commitafdc35a7cb3e0d683ac30a6801bf908f20da1d2b
treed325820bf6b829b22716d52823d26e655007c0c8
parentbf7a9d050a59d72e7dee5e2799e0750a5cc7f310
test: don't change console timeout in EFI selftest.

Changing the console timeout to 500 ms without restoring the original value
leads to failures in other tests. As the console timeout change is not
necessary for the text input protocol tests remove it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/tests/test_efi_selftest.py