Skip to content

Commit

Permalink
Up DMTests timeout x10 for slow Windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Nov 27, 2023
1 parent 0911a5e commit f0e4f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Tests/DMTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}
Expand Down

0 comments on commit f0e4f27

Please sign in to comment.