mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
Added tolerance to timer repeat test
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user