From 40058ff7d5c4b0fe03e1efb400b682efd39ad043 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 21 Sep 2026 11:38:54 -0700 Subject: [PATCH] Chore: Give the test suite a larger regex timeout (#14211) Maybe the random ordering sometimes causes heavier tests to run alongside timed regex ones? --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a627d6f6e..114013d39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -329,6 +329,8 @@ PAPERLESS_CACHE_BACKEND = "django.core.cache.backends.locmem.LocMemCache" PAPERLESS_CHANNELS_BACKEND = "channels.layers.InMemoryChannelLayer" # I don't think anything hits this, but just in case, basically infinite PAPERLESS_TOKEN_THROTTLE_RATE = "1000/min" +# The 0.1s production default trips on a stalled CI runner, the date parsing tests then find no dates +PAPERLESS_MATCH_REGEX_TIMEOUT_SECONDS = "5" [tool.coverage.run] source = [