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()