diff --git a/code/modules/unit_tests/create_and_destroy.dm b/code/modules/unit_tests/create_and_destroy.dm index 066ba6ba055..7f8da77c66d 100644 --- a/code/modules/unit_tests/create_and_destroy.dm +++ b/code/modules/unit_tests/create_and_destroy.dm @@ -139,7 +139,8 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE) SSticker.delay_end = TRUE // Drastically lower the amount of time it takes to GC, since we don't have clients that can hold it up. - SSgarbage.collection_timeout[GC_QUEUE_CHECK] = 10 SECONDS + // Except lighting and gravgens have a tendency to hold GC for a moment. - Rimi + SSgarbage.collection_timeout[GC_QUEUE_CHECK] = 30 SECONDS //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