Skip to content

Commit ef5b5bd

Browse files
Merge pull request #913 from vrbagalkot/Timeout
TimeOut: Increase timeour value for host_run_command
2 parents c7d5822 + 54034e3 commit ef5b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/OpTestHost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def host_code_update(self, i_image, imagecomponent):
203203
log.warning(l_msg)
204204
raise OpTestError(l_msg)
205205

206-
def host_run_command(self, i_cmd, timeout=1500, retry=0, console=0):
206+
def host_run_command(self, i_cmd, timeout=10800, retry=0, console=0):
207207
# if we are QEMU use the system console
208208
if isinstance(self.ssh.system.console, OpTestQemu.QemuConsole) or (console == 1):
209209
return self.ssh.system.console.run_command(i_cmd, timeout, retry)

0 commit comments

Comments
 (0)