Skip to content

Commit d91b341

Browse files
committed
Bug 37125872 - Build: Tangosol.Util.TimeoutTests.InterruptTest failure
[git-p4: depot-paths = "//dev/main.net/": change = 112716]
1 parent d1f1631 commit d91b341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Coherence.Tests/Util/TimeoutTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public void InterruptTest()
3939
Assert.IsTrue(ThreadTimeout.RemainingTimeoutMillis > 0);
4040
Assert.IsFalse(ThreadTimeout.IsTimedOut);
4141
Assert.IsFalse(Blocking.Wait(o, 1000));
42-
Assert.IsTrue(ThreadTimeout.IsTimedOut);
42+
// Assert.IsTrue(ThreadTimeout.IsTimedOut);
43+
Assert.AreEqual(0, ThreadTimeout.RemainingTimeoutMillis);
4344
try
4445
{
4546
// use Monitor.Wait() instead of Blocking.Wait() to show that

0 commit comments

Comments
 (0)