That's just how delta time works, try increasing the speed so that it goes at what looks to you is 5 units per frame
For example moveandcollide(v * 150 * delta)
And no im not exagerating with 150, delta is usually a very small value so you use a relatively high speed value