Hi all,
I’m trying out cursor for a company with close to 100 developers (potentially all getting licences).
When making Cursor compile my C++ code, it times-out after 20s. This seems like a global timeout no matter the tool use.
Now, if you’ve done any C++, you know that it won’t compile in 20s.
The workflow I’m looking at is asking Cursor to make some changes with a detailed prompt and at the same time asking it to compile the code and run the tests to see if its changes are correct. While I, go do something else for 5 min.
I’d like to configure the timeout to be a bit longer especially when it’s building my code and running my tests. And also let it run more commands. Meaning not restrain it to 25 tool use requests.
This can be great for a custom mode which can build code and run tests and thus would have a longer timeout.
Curious to see if people are having the same issue with tool timeout and limited number of calls.
What do you think ?