Add time limits to Nodes
To end the Node at a particular time if the agent has not generated an Action, simply set the Sensor's duration_msec field to an integer value.
Example of adding a time limit to a Node
Note that by default, the Sensor's duration_msec is set to None, which means the agent has an unlimited amount of time to generate an Action for the Sensor.