It's probably because you have scaled the scene. Collision objects can basically never be scaled. You should set the scene back to 1.0, 1.0, 1.0 scale and only scale the visual representation of the object (the mesh) not the collision or physics bodies.