If the AI agent takes too long to run a command, it'll just give up and cancel

Like, I have this Python project, right? My AI agent is supposed to automatically run pip install -r requirements.txt to install dependencies. But if the command takes a while, it just gives up and cancels! :weary_face: Is there a way to set how long it waits? Or even better, could it ask me if I want to keep waiting before it bails? :thinking: