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 .
Reported by jan.verhaeghe on 2008-11-25 09:07:25
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 2
Reported by
jan.verhaeghe
on 2008-11-25 09:07:25The text was updated successfully, but these errors were encountered: