From eed4632a395c7006f3d7b47bc717eb0189022c77 Mon Sep 17 00:00:00 2001 From: sidhujus <105385029+sidhujus@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:40:52 -0800 Subject: [PATCH] increase timeout (#6540) --- tests/integration/testdata/invoke/template-return-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/testdata/invoke/template-return-image.yaml b/tests/integration/testdata/invoke/template-return-image.yaml index 9ec9c783c52..e34f95ea9b4 100644 --- a/tests/integration/testdata/invoke/template-return-image.yaml +++ b/tests/integration/testdata/invoke/template-return-image.yaml @@ -9,4 +9,4 @@ Resources: Handler: main.image_handler Runtime: python3.12 CodeUri: . - Timeout: 30 \ No newline at end of file + Timeout: 600 \ No newline at end of file