From 16e60001800fca1db834d90adf843fdd15b419ce Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 14 May 2026 16:44:18 +0000 Subject: [PATCH] smoke tests --- .github/workflows/_smoke_test_lambda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_smoke_test_lambda.yml b/.github/workflows/_smoke_test_lambda.yml index 63ec0af4..9b564f73 100644 --- a/.github/workflows/_smoke_test_lambda.yml +++ b/.github/workflows/_smoke_test_lambda.yml @@ -36,8 +36,8 @@ jobs: - name: Invoke Lambda and check for import errors run: | - sleep 2 - response=$(curl -s -X POST \ + response=$(curl -s --retry-connrefused --retry 15 --retry-delay 1 \ + -X POST \ http://localhost:9000/2015-03-31/functions/function/invocations \ -H "Content-Type: application/json" \ -d '{"Records":[{"body":"{}"}]}')