Re: [PATCH v6 02/19] test: Use a constant for the test timeout

2024-09-23 Thread Tom Rini
On Fri, Sep 20, 2024 at 08:01:37AM +0200, Simon Glass wrote: > Declare a constant rather than open-coding the same value twice. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v6 02/19] test: Use a constant for the test timeout

2024-09-19 Thread Simon Glass
Declare a constant rather than open-coding the same value twice. Signed-off-by: Simon Glass --- (no changes since v1) test/py/u_boot_console_base.py | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/py/u_boot_console_base.py b/test/py/u_boot_console_base.py index