timeout property
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;
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.
core.String? timeout;