Entities moving incredibly slowly

I’m using mass for enemies in my project, and once the player gets close an actor belonging to the entity is spawned. I’m using a very simple behavior tree for the enemy AI with a MoveTo task, but for some reason the enemies are moving super slowly.

This is my behavior tree:

And this is my AI controller:

I’m not sure what could be causing them to move so slowly. Does anyone have any insight?