mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 04:26:57 +00:00
make timed tests more forgiving
This commit is contained in:
parent
1039caa016
commit
f9997f6d42
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ namespace ICD.Common.Utils.Tests
|
|||
complete = true;
|
||||
});
|
||||
|
||||
Assert.IsTrue(ThreadingUtils.Wait(() => complete, 100));
|
||||
Assert.IsTrue(ThreadingUtils.Wait(() => complete, 200));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue