make timed tests more forgiving

This commit is contained in:
Jack Kanarish
2017-12-11 16:42:31 -05:00
parent 1039caa016
commit f9997f6d42
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ namespace ICD.Common.Utils.Tests
complete = true;
});
Assert.IsTrue(ThreadingUtils.Wait(() => complete, 100));
Assert.IsTrue(ThreadingUtils.Wait(() => complete, 200));
}
[Test]