[elbe-devel] [PATCH 07/14] elbepack: check-build: increase boot timeout
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Wed Feb 28 11:34:58 CET 2024
60 seconds are not necessarily enough.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
elbepack/commands/check-build.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/commands/check-build.py b/elbepack/commands/check-build.py
index 322a40f9fefc..67492564cb1b 100644
--- a/elbepack/commands/check-build.py
+++ b/elbepack/commands/check-build.py
@@ -485,7 +485,7 @@ class CheckImage(CheckBase):
# timeout; the test fails Otherwise; Add to the transcript
# what we received
try:
- child.expect(text, timeout=60)
+ child.expect(text, timeout=120)
except pexpect.exceptions.TIMEOUT:
logging.error('Was expecting "%s" but got timeout (%ds)',
text, child.timeout)
--
2.44.0
More information about the elbe-devel
mailing list