This commit is contained in:
2026-01-12 22:36:34 -03:00
parent 6fb00c24c1
commit 29b8305713
15 changed files with 327 additions and 138 deletions

View File

@@ -16,6 +16,8 @@ from config import (
BUCKET_NAME,
COURSE_TABLE,
ENROLLMENT_TABLE,
HTTP_CONNECT_TIMEOUT,
HTTP_READ_TIMEOUT,
PAPERFORGE_API,
)
@@ -149,7 +151,7 @@ def _generate_cert(
else None,
},
},
timeout=(1, 3),
timeout=(HTTP_CONNECT_TIMEOUT, HTTP_READ_TIMEOUT),
)
r.raise_for_status()