From 9415bdb6fbd84bb88a16073b8f7892f91ed80d32 Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Wed, 5 Mar 2025 13:52:17 +0100 Subject: [PATCH] remove workaround for status timeout With #33 a workaround was introduced to avoid issues with `localstack status services` right after starting the community edition. This workaround is removed since the issue has been fixed with localstack/localstack#12341 --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c895d3..36ce8e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,9 +114,6 @@ jobs: # start community ./localstack start -d ./localstack wait -t 180 - # TODO this is a hotfix to capture the first build of the service catalog which takes longer than - # the allowed timeout in `localstack status services` (2s) - curl http://localhost.localstack.cloud:4566/_localstack/health ./localstack status services --format plain ./localstack status services --format plain | grep "s3=available" ./localstack stop