From 3b81a5bf61c5282e7b15d75d47554e1db58c0dbf Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 5 May 2020 01:04:33 -0400 Subject: [PATCH] Minor tweak --- tests/DMAPI/LongRunning/Test.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DMAPI/LongRunning/Test.dm b/tests/DMAPI/LongRunning/Test.dm index b878137dbb..f1339a2b06 100644 --- a/tests/DMAPI/LongRunning/Test.dm +++ b/tests/DMAPI/LongRunning/Test.dm @@ -10,7 +10,7 @@ /proc/Run() world.log << "sleep" - sleep(50) + sleep(60) world.TgsChatBroadcast("World Initialized") world.TgsInitializationComplete()