From 7c4ad64d5859c03395d13e7cff6b41ef3490a28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Thu, 5 Mar 2026 09:47:41 -0700 Subject: [PATCH] fix: increase snippet timeout to 20s --- doerg/src/net/deertopia/doerg/render.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doerg/src/net/deertopia/doerg/render.clj b/doerg/src/net/deertopia/doerg/render.clj index 92a4e31..1e7fd2d 100644 --- a/doerg/src/net/deertopia/doerg/render.clj +++ b/doerg/src/net/deertopia/doerg/render.clj @@ -144,9 +144,9 @@ (sp/view :value)]))) (defn- timeout-snippet-promises [snippet-promises fut] - ;; Time out after eight seconds. With all the LaTeX and IPC, there + ;; Time out after twenty seconds. With all the LaTeX and IPC, there ;; are so many opportunities for things to go wrong