From ba23d94711f55e23f2121a76dd3775c2726d6612 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] increase timeout? --- 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