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)
commitb96de9cb0c27a736bd605b6ac063f23b12c0d134
treed325820bf6b829b22716d52823d26e655007c0c8
parentb9bf9c587f25a3afafb99772fb0f819484c8aea6
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