Home
last modified time | relevance | path

Searched refs:default_timeout (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/ffdc/lib/
H A Dssh_utility.py108 def execute_command(self, command, default_timeout=60): argument
132 command, timeout=default_timeout
135 while time.time() < start + default_timeout: