Skip to content

Commit

Permalink
Show the value in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechNagorski committed Apr 14, 2023
1 parent cecb0dd commit a8d0533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Renci.SshNet.Tests/Classes/Common/CountdownEventTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ public void Wait_ShouldReturnFalseWhenTimeoutExpiresBeforeCountdownEventIsSet()
Assert.IsFalse(actual);
Assert.IsFalse(countdownEvent.IsSet);
Assert.IsFalse(countdownEvent.WaitHandle.WaitOne(0));

Assert.AreEqual(watch.Elapsed, timeout);
Assert.IsTrue(watch.Elapsed >= timeout);

countdownEvent.Wait(Session.InfiniteTimeSpan);
Expand Down

0 comments on commit a8d0533

Please sign in to comment.