From e1af3924d83b49bc7a06ad031d5aea43c9445170 Mon Sep 17 00:00:00 2001 From: Rimi Nosha Date: Sat, 16 Dec 2023 17:21:22 +0000 Subject: [PATCH] A Continuation of #458 (#466) --- code/modules/unit_tests/create_and_destroy.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index 7f8da77c66d..55966b02e01 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -140,7 +140,7 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE) // Drastically lower the amount of time it takes to GC, since we don't have clients that can hold it up. // Except lighting and gravgens have a tendency to hold GC for a moment. - Rimi - SSgarbage.collection_timeout[GC_QUEUE_CHECK] = 30 SECONDS + SSgarbage.collection_timeout[GC_QUEUE_CHECK] = 1 MINUTES //Prevent the garbage subsystem from harddeling anything, if only to save time SSgarbage.collection_timeout[GC_QUEUE_HARDDELETE] = 10000 HOURS //Clear it, just in case