]> git.baikalelectronics.ru Git - uboot.git/commit
test: restore timeout after bootmenu unit test
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 9 May 2022 19:59:13 +0000 (21:59 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
commit95c4b3193a3e9e96d700f4418270f482d7836181
tree2701f826ab332d3e94685295a6775b9e8f4456ab
parent10b3e23fcc2856cea95afef1166581397b8d5506
test: restore timeout after bootmenu unit test

In the bootmenu unit test the console timeout is set to 500 ms.
Other tests rely on the original timeout. Ensure that the original value
is restored.

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