diff --git a/Content.Tests/DMTests.cs b/Content.Tests/DMTests.cs index 8fb03bf6bc..72c62cf541 100644 --- a/Content.Tests/DMTests.cs +++ b/Content.Tests/DMTests.cs @@ -144,7 +144,7 @@ public void TestFiles(string sourceFile, DMTestFlags testFlags) { _dreamMan.Update(); _taskManager.ProcessPendingTasks(); - if (watch.Elapsed.TotalMilliseconds > 500) { + if (watch.Elapsed.TotalSeconds > 5) { Assert.Fail("Test timed out"); } }