chore: enhance timeout error log

This commit is contained in:
HugoPBrito
2025-11-07 13:33:24 +00:00
parent 1fe934d26f
commit 5c76e09c21
@@ -137,7 +137,7 @@ class M365PowerShell(PowerShellSession):
"""
connect_timeout = 15
result = self.execute(command, timeout=connect_timeout)
return result or "Timeout"
return result or "'execute_connect' command timeout reached"
def test_credentials(self, credentials: M365Credentials) -> bool:
"""