Manuscript (Case [Issue]22400) Pharo VM - Delays are not working properly

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22400) Pharo VM - Delays are not working properly

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Pharo VM: 2. External  •  You are subscribed to this case
This appears to be a lower limit on quantum of delay. 

(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 5) wait ] timeToRun asMilliSeconds].
==> "#(51 50 28 30 51 50 50 51 51 51)"

(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 20) wait ] timeToRun asMilliSeconds].
==> "#(50 44 40 50 26 50 51 50 51 50)"

(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 40) wait ] timeToRun asMilliSeconds].
==> "#(73 50 50 51 79 50 42 50 50 50)"

(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 60) wait ] timeToRun asMilliSeconds].
==> "#(76 100 78 101 100 101 101 101 64 101)"

(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 500) wait ] timeToRun asMilliSeconds].
==> "#(446 404 415 403 410 450 403 436 403 448)"
Priority Priority: 2 – Really Important Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker