diff options
-rw-r--r-- | meta/lib/oeqa/utils/qemurunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 519aa9aa1e..77ec939ad7 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py | |||
@@ -393,7 +393,7 @@ class QemuRunner: | |||
393 | 393 | ||
394 | # If we are not able to login the tests can continue | 394 | # If we are not able to login the tests can continue |
395 | try: | 395 | try: |
396 | (status, output) = self.run_serial(self.boot_patterns['send_login_user'], raw=True) | 396 | (status, output) = self.run_serial(self.boot_patterns['send_login_user'], raw=True, timeout=120) |
397 | if re.search(self.boot_patterns['search_login_succeeded'], output): | 397 | if re.search(self.boot_patterns['search_login_succeeded'], output): |
398 | self.logged = True | 398 | self.logged = True |
399 | self.logger.debug("Logged as root in serial console") | 399 | self.logger.debug("Logged as root in serial console") |