diff --git a/serverless.yml b/serverless.yml index 1db2fb8..393d4c1 100644 --- a/serverless.yml +++ b/serverless.yml @@ -14,7 +14,7 @@ inputs: region: ap-hongkong # 函数所在区域 description: This is a function in ${app} application. memorySize: 128 # 内存大小,单位MB - timeout: 6000 # 超时时间,单位秒 + timeout: 900 # 超时时间,单位秒 events: # 触发器 - timer: # 定时触发器 parameters: @@ -24,4 +24,4 @@ inputs: argument: argument # 额外的参数 environment: # 环境变量 variables: # 环境变量对象 - AAA: BBB # 不要删除,用来格式化对齐追加的变量的 \ No newline at end of file + AAA: BBB # 不要删除,用来格式化对齐追加的变量的