Hey, I am exposing bash to the LLM and in some cases it manages to cook up something that runs forever. Is there a way to let run_task time out? Right now, I'll add manually timeout XX in front of each command but this surfaces when the command is incorrect and crashes.