You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Build the solution
2. Run unit test without attaching debugger
What is the expected output? What do you see instead?
Expected: green result
Instead: DontLoopIndefinitely is red
What version of the product are you using? On what operating system?
NCrontab 0.2
Please provide any additional information below.
Body of TimeCron should be changed:
if (worker.Join(!Debugger.IsAttached ? (int)limit.TotalMilliseconds :
Timeout.Infinite))
instead of
if (worker.Join(!Debugger.IsAttached ? limit.Milliseconds : Timeout.Infinite))
=> use the TotalMilliseconds property of a TimeSpan .
Original issue reported on code.google.com by jan.verh...@gmail.com on 25 Nov 2008 at 9:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jan.verh...@gmail.com
on 25 Nov 2008 at 9:07The text was updated successfully, but these errors were encountered: