timeoutSeconds property

int timeoutSeconds
final

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

final int timeoutSeconds;