On Sat, 23 Nov 2024 at 14:29, Heinrich Schuchardt <[email protected]> wrote: > > When a timeout occurs while executing a command a 'Lab failure' message is > written and testing is stopped. The user is left in the dark about the > failure cause. > > ! _pytest.outcomes.Exit: Lab failure: Marking connection bad - no other > tests will run ! > > Add the word 'Timeout' and the executed command to the message. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > test/py/u_boot_console_base.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

