mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Added tolerance to timer repeat test
This commit is contained in:
parent
e1c267a8eb
commit
880745ff1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue