Skip to content

Commit 517d9de

Browse files
rlubkelsho
authored andcommitted
Fix failure in TimeoutTest
[git-p4: depot-paths = "//dev/main.net/": change = 92710]
1 parent 0f815b0 commit 517d9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Coherence.Core.Tests/Util/TimeoutTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void InterruptTest()
167167
using (BlockingLock l = BlockingLock.Lock(o))
168168
{
169169
thread.Start();
170-
Blocking.Sleep(10); // give the other thread some time to get to BlockingLock call
170+
Blocking.Sleep(60); // give the other thread some time to get to BlockingLock call
171171
Assert.IsTrue(thread.ThreadState == ThreadState.WaitSleepJoin);
172172
thread.Interrupt();
173173
}

0 commit comments

Comments
 (0)