From 3006da3f8f1d7454817f30f747e267e86a13a7b4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 29 Sep 2022 12:34:09 +0200 Subject: [PATCH] increase sanitize timeout limit from 2 seconds to 5 seconds --- files/helpers/sanitize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index d7eb4bd47..24cd65d11 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -189,7 +189,7 @@ def with_sigalrm_timeout(timeout: int): return inner -@with_sigalrm_timeout(2) +@with_sigalrm_timeout(5) def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys=False, torture=False): sanitized = sanitized.strip()