From afedbce4d79837f22ca15f6640df1a8682e58ed4 Mon Sep 17 00:00:00 2001 From: Kevin Charles Atienza <58357657+kevinsogo@users.noreply.github.com> Date: Sun, 9 Jun 2024 04:28:17 +0800 Subject: [PATCH] increase trusted wallclock limit (#10) * add BatchNoInput task type * better name * increase trusted sandbox TL --------- Co-authored-by: Kevin Atienza --- cms/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/conf.py b/cms/conf.py index 9ccc2b8e7..5f505fa60 100644 --- a/cms/conf.py +++ b/cms/conf.py @@ -115,7 +115,7 @@ def __init__(self): self.compilation_sandbox_max_memory_kib = 512 * 1024 # 512 MiB # Max processes, CPU time (s), memory (KiB) for trusted runs. self.trusted_sandbox_max_processes = 1000 - self.trusted_sandbox_max_time_s = 10.0 + self.trusted_sandbox_max_time_s = 120.0 self.trusted_sandbox_max_memory_kib = 4 * 1024 * 1024 # 4 GiB # WebServers.