From 96a6e57e01ab0a6905f175d221ead52d9af8b89e Mon Sep 17 00:00:00 2001 From: Jared Bentvelsen Date: Mon, 22 Jan 2024 13:59:59 -0800 Subject: [PATCH] Bump timeout for this test to 10 seconds to investigate flaky test (tests/end_to_end/test_runtimes_e2e.py::TestHelloWorldZipPackagePermissionsEndToEnd_0_go1_x) --- 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: