Skip to content

Commit

Permalink
Bug 37125872 - Build: Tangosol.Util.TimeoutTests.InterruptTest failure
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/main.net/": change = 112716]
  • Loading branch information
vasac committed Dec 5, 2024
1 parent d1f1631 commit d91b341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Coherence.Tests/Util/TimeoutTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public void InterruptTest()
Assert.IsTrue(ThreadTimeout.RemainingTimeoutMillis > 0);
Assert.IsFalse(ThreadTimeout.IsTimedOut);
Assert.IsFalse(Blocking.Wait(o, 1000));
Assert.IsTrue(ThreadTimeout.IsTimedOut);
// Assert.IsTrue(ThreadTimeout.IsTimedOut);
Assert.AreEqual(0, ThreadTimeout.RemainingTimeoutMillis);
try
{
// use Monitor.Wait() instead of Blocking.Wait() to show that
Expand Down

0 comments on commit d91b341

Please sign in to comment.