We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f815b0 commit 517d9deCopy full SHA for 517d9de
tests/Coherence.Core.Tests/Util/TimeoutTests.cs
@@ -167,7 +167,7 @@ public void InterruptTest()
167
using (BlockingLock l = BlockingLock.Lock(o))
168
{
169
thread.Start();
170
- Blocking.Sleep(10); // give the other thread some time to get to BlockingLock call
+ Blocking.Sleep(60); // give the other thread some time to get to BlockingLock call
171
Assert.IsTrue(thread.ThreadState == ThreadState.WaitSleepJoin);
172
thread.Interrupt();
173
}
0 commit comments