diff --git a/tests/host_tools/network.py b/tests/host_tools/network.py index 88b24efed8e..e1c53020fd0 100644 --- a/tests/host_tools/network.py +++ b/tests/host_tools/network.py @@ -103,7 +103,7 @@ def _init_connection(self): We'll keep trying to execute a remote command that can't fail (`/bin/true`), until we get a successful (0) exit code. """ - self.check_output("true", timeout=10, debug=True) + self.check_output("true", timeout=100, debug=True) def run(self, cmd_string, timeout=None, *, check=False, debug=False): """