[PATCH v2 5/8] test: increase timeouts
Heiko Schocher
hs at denx.de
Sat Apr 5 21:05:57 CEST 2025
From: Heiko Schocher <hs at nabladev.com>
running tests on github/gitlab while board is somewhere in
the wide world, needs bigger command and standard timeouts.
Increase them to:
TIMEOUT_MS = 60000 # Standard timeout
TIMEOUT_CMD_MS = 45000 # Command-echo timeout
Signed-off-by: Heiko Schocher <hs at nabladev.com>
---
(no changes since v1)
test/py/u_boot_console_base.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/py/u_boot_console_base.py b/test/py/u_boot_console_base.py
index 7eaceb39d9..0aabedc394 100644
--- a/test/py/u_boot_console_base.py
+++ b/test/py/u_boot_console_base.py
@@ -30,8 +30,8 @@ PAT_ID = 0
PAT_RE = 1
# Timeout before expecting the console to be ready (in milliseconds)
-TIMEOUT_MS = 30000 # Standard timeout
-TIMEOUT_CMD_MS = 10000 # Command-echo timeout
+TIMEOUT_MS = 60000 # Standard timeout
+TIMEOUT_CMD_MS = 45000 # Command-echo timeout
# Timeout for board preparation in lab mode. This needs to be enough to build
# U-Boot, write it to the board and then boot the board. Since this process is
--
2.20.1
More information about the U-Boot
mailing list