executionTime

@get:JvmName(name = "getExecutionTime")
@set:JvmName(name = "setExecutionTime")
var executionTime: Long
Maximum execution time to allow for execution within this guest; there is a sensible Elide-wide default if
unspecified. Expressed in a count of milliseconds. `0` disables the restriction.

uint64 execution_time = 11;