From b03f46315a981f53372120796417db128c46bd3d Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Fri, 12 Jan 2024 13:02:41 +0000 Subject: [PATCH] Allow 5 minutes for long asset creation This is a temporary measure, I need to figure out where the extra time is coming from! --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index eaaee0b2..70650b73 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ languageCode = "en-gb" -timeout = "120s" +timeout = "300s" PygmentsCodeFences = true PygmentsStyle = "monokai"