From 4d248370eee171ead1b3fcbfa146fdd1548a1ee9 Mon Sep 17 00:00:00 2001 From: Jared Bentvelsen Date: Wed, 31 Jan 2024 11:44:56 -0800 Subject: [PATCH] Bump timeout for go flaky test --- go1.x/hello/{{cookiecutter.project_name}}/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go1.x/hello/{{cookiecutter.project_name}}/template.yaml b/go1.x/hello/{{cookiecutter.project_name}}/template.yaml index 94fdb3507..7d94909f2 100644 --- a/go1.x/hello/{{cookiecutter.project_name}}/template.yaml +++ b/go1.x/hello/{{cookiecutter.project_name}}/template.yaml @@ -8,7 +8,7 @@ Description: > # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst Globals: Function: - Timeout: 5 + Timeout: 10 MemorySize: 128 Resources: