mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 11:44:57 +00:00
make timed tests more forgiving
This commit is contained in:
@@ -20,7 +20,7 @@ namespace ICD.Common.Utils.Tests
|
||||
complete = true;
|
||||
});
|
||||
|
||||
Assert.IsTrue(ThreadingUtils.Wait(() => complete, 100));
|
||||
Assert.IsTrue(ThreadingUtils.Wait(() => complete, 200));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user