mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
chore(jira): timeout to 90 seconds (#11638)
This commit is contained in:
@@ -341,7 +341,7 @@ class Jira:
|
||||
}
|
||||
TOKEN_URL = "https://auth.atlassian.com/oauth/token"
|
||||
API_TOKEN_URL = "https://api.atlassian.com/oauth/token/accessible-resources"
|
||||
REQUEST_TIMEOUT = 30
|
||||
REQUEST_TIMEOUT = 90
|
||||
HEADER_TEMPLATE = {
|
||||
"Content-Type": "application/json",
|
||||
"X-Force-Accept-Language": "true",
|
||||
|
||||
Reference in New Issue
Block a user