diff options
Diffstat (limited to 'meta/lib/oeqa/targetcontrol.py')
| -rw-r--r-- | meta/lib/oeqa/targetcontrol.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py index 0ad3a6bf14..2f071e0901 100644 --- a/meta/lib/oeqa/targetcontrol.py +++ b/meta/lib/oeqa/targetcontrol.py | |||
| @@ -206,8 +206,8 @@ class QemuTarget(BaseTarget): | |||
| 206 | else: | 206 | else: |
| 207 | raise bb.build.FuncFailed("%s - FAILED to re-start qemu - check the task log and the boot log" % self.pn) | 207 | raise bb.build.FuncFailed("%s - FAILED to re-start qemu - check the task log and the boot log" % self.pn) |
| 208 | 208 | ||
| 209 | def run_serial(self, command): | 209 | def run_serial(self, command, timeout=5): |
| 210 | return self.runner.run_serial(command) | 210 | return self.runner.run_serial(command, timeout=timeout) |
| 211 | 211 | ||
| 212 | 212 | ||
| 213 | class SimpleRemoteTarget(BaseTarget): | 213 | class SimpleRemoteTarget(BaseTarget): |
