mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-05-14 08:14:28 +00:00
chore: enhance timeout error log
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user