Oct. 28, 2014
5:24 p.m.
I just recognized that Delay is working in a strange way on my linux box $ time pharo-vm-nox ./Pharo.image eval "(Delay forSeconds: 5) wait" a Delay(5000 msecs) real 0m0.158s user 0m0.136s sys 0m0.020s I use the vm from the ppa. What do you get when you execute it? Norbert