Does type inference affect compile time?

I think that explicitly specifying the type in cases it is not obvious is a good practice disregarding compile speed. Of course stating type in obvious cases does not make sense.
I have much larger code base and I did not have problems with compile time since 1.2. Of course it takes a bit longer than java, but the difference is not crucial.