timeout property

String? timeout
getter/setter pair

The function execution timeout.

Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.

Implementation

core.String? timeout;