### Description Hello! So, recently I did something stupid in a script which brings me to this question - is it possible to set a global and a command-level timeout? Looks like the site is down at the moment, and I didn't see it in the examples, but basically I'm trying to protect me from my own stupidity by doing something like: ``` settings.xml global_timeout: 300 ``` ``` bashly.yml - name: thing-that-should-be-quick-but-also-could-hang-forever timeout: 30 ``` I was looking through the examples to see if there was some way to loop into the command structure, but I didn't find it. I did discover some other cool things, as always, though! Thanks again for this awesome tool.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by mcblum and has received 9 comments.