aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-08-12 22:54:17 +0200
committerGravatar Hassan Abouelela <[email protected]>2022-08-12 22:54:17 +0200
commit79fee144823ce642a48af038398478144146730c (patch)
treec286b33fe4e90894fbb3e45bcd616c441637dd30
parentRaise Static Build After Waiting (diff)
Bump Deadline For GitHub Artifacts Route
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r--pydis_site/apps/api/github_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/github_utils.py b/pydis_site/apps/api/github_utils.py
index ad24165d..5d7bcdc3 100644
--- a/pydis_site/apps/api/github_utils.py
+++ b/pydis_site/apps/api/github_utils.py
@@ -9,7 +9,7 @@ import jwt
from pydis_site import settings
-MAX_RUN_TIME = datetime.timedelta(minutes=3)
+MAX_RUN_TIME = datetime.timedelta(minutes=10)
"""The maximum time allowed before an action is declared timed out."""
ISO_FORMAT_STRING = "%Y-%m-%dT%H:%M:%SZ"
"""The datetime string format GitHub uses."""