On 3/6/25 20:47, Thomas Huth wrote:
From: Thomas Huth <th...@redhat.com>
We can simply check for the expected pattern on the console,
no need to wait for two seconds here to search for the pattern
in the log at the end.
IIRC this was due to problem with console reader, now fixed.
While we're at it, also remove the obsolete "timeout" variable
from this test.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
tests/functional/test_avr_mega2560.py | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Thanks!