From 1343eacc1cdd9bbd1c1b131e2824cc980f30fa1d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 24 Dec 2021 23:08:47 +0100 Subject: [PATCH] rulegen:: tests:: disable timeout on iterate and irradiate --- devmods/rulegen-tests.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devmods/rulegen-tests.cpp b/devmods/rulegen-tests.cpp index c5285e00..c615a1a9 100644 --- a/devmods/rulegen-tests.cpp +++ b/devmods/rulegen-tests.cpp @@ -125,6 +125,7 @@ void cleanup_protomap() { } void iterate(int qty) { + dynamicval set_timeout(rulegen_timeout, 999999); for(int i=0; i set_timeout(rulegen_timeout, 999999); try{ vector last; auto *c = first_tcell;