Timeout
The timeout
property is optional and allows you to set the maximum duration, in seconds, that a simulation can run. It can be specified both in the configuration.yaml
and for individual items in the run_specification.json
.
This property helps prevent simulations from running indefinitely.
If this field is left empty, no timeout will be applied to the simulation.
Format
name | type |
---|---|
type | int |
required | false |
Example
timeoutInSecs: 3600