8000 remove workaround for status timeout by alexrashed · Pull Request #35 · localstack/localstack-cli · GitHub
[go: up one dir, main page]

Skip to content

remove workaround for status timeout 8000 #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0