Searched refs:default_timeout (Results 1 – 1 of 1) sorted by relevance
108 def execute_command(self, command, default_timeout=60): argument132 command, timeout=default_timeout135 while time.time() < start + default_timeout: