diff --git a/ICD.Common.Utils.Tests/Timers/SafeTimerTest.cs b/ICD.Common.Utils.Tests/Timers/SafeTimerTest.cs index ce0894c..6a1e34e 100644 --- a/ICD.Common.Utils.Tests/Timers/SafeTimerTest.cs +++ b/ICD.Common.Utils.Tests/Timers/SafeTimerTest.cs @@ -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(); }