From d7b02694c4a55428f68644fa48d1df54acfc5171 Mon Sep 17 00:00:00 2001 From: Akira Date: Wed, 18 Nov 2020 15:53:18 +0800 Subject: [PATCH] Update serverless.yml --- serverless.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serverless.yml b/serverless.yml index 1db2fb8b..393d4c14 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 # 不要删除,用来格式化对齐追加的变量的