Added tolerance to timer repeat test

This commit is contained in:
Chris Cameron
2017-10-20 16:25:31 -04:00
parent e1c267a8eb
commit 880745ff1e

View File

@@ -81,7 +81,7 @@ namespace ICD.Common.Utils.Tests.Timers
ThreadingUtils.Sleep(50); ThreadingUtils.Sleep(50);
Assert.AreEqual(4, called, 1); Assert.AreEqual(4, called, 2);
timer.Dispose(); timer.Dispose();
} }