chore(jira): timeout to 90 seconds (#11638)

This commit is contained in:
Pepe Fagoaga
2026-06-18 13:03:19 +02:00
committed by GitHub
parent 7dd08bc6bf
commit 751c7fc29f
+1 -1
View File
@@ -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",