auth: increased timeout in auth
This commit is contained in:
@@ -27,7 +27,7 @@ def auth(base_url: str | None, cert_path: str | None) -> str:
|
||||
['curl', '-s', '--cacert', cacert, '--negotiate', '-u', ':', url, "-XPOST"],
|
||||
capture_output=True,
|
||||
text=True,
|
||||
timeout=18.0,
|
||||
timeout=120.0,
|
||||
)
|
||||
except subprocess.TimeoutExpired as e:
|
||||
logger.error(f"Token request curl timed out: {e}")
|
||||
|
||||
Reference in New Issue
Block a user