diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 37a54fc72b..7b30ffaf90 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -639,7 +639,7 @@ def allowed_attributes_emojis(tag, name, value): return False -@with_sigalrm_timeout(1) +@with_sigalrm_timeout(2) def filter_emojis_only(title, golden=True, count_emojis=False, graceful=False): title = title.replace("\n", "").replace("\r", "").replace("\t", "").replace('<','<').replace('>','>')