[wxPython] Timer question

On Linux I can do

     self.timer.Start(1.0/30)

And my function will be called each 33ms.

However under Windows, anything I tried below 1.0 sec did not even work.
I don't even get into the function.

Any idea?