mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-09 01:35:06 +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);
|
||||
|
||||
Assert.AreEqual(4, called, 1);
|
||||
Assert.AreEqual(4, called, 2);
|
||||
|
||||
timer.Dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user