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()