Can we have an additional field in project.json for setting TimeOutMS which is default timeout period for all activities in that project. currently default timeout is set to 30 sec [ non changeable]. But i think it should be configurable with a maximum limit. - while debugging, if anything goes wrong, we need to wait 30 sec to figure out. - else i need to add timeout in each and every activity.
if we have this setting, we can simply update master timeout setting as 5 sec and still configure individual activity to 20/30 as required