summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/qemurunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils/qemurunner.py')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index f0d98410d1..27c4901d12 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -421,7 +421,7 @@ class QemuRunner:
421 return True 421 return True
422 return False 422 return False
423 423
424 def run_serial(self, command, raw=False, timeout=5): 424 def run_serial(self, command, raw=False, timeout=60):
425 # We assume target system have echo to get command status 425 # We assume target system have echo to get command status
426 if not raw: 426 if not raw:
427 command = "%s; echo $?\n" % command 427 command = "%s; echo $?\n" % command