8000 remove workaround for status timeout (#35) · localstack/localstack-cli@1dd1469 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 1dd1469

Browse files
authored
remove workaround for status timeout (#35)
1 parent ea4084c commit 1dd1469

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ jobs:
114114
# start community
115115
./localstack start -d
116116
./localstack wait -t 180
117-
# TODO this is a hotfix to capture the first build of the service catalog which takes longer than
118-
# the allowed timeout in `localstack status services` (2s)
119-
curl http://localhost.localstack.cloud:4566/_localstack/health
120117
./localstack status services --format plain
121118
./localstack status services --format plain | grep "s3=available"
122119
./localstack stop

0 commit comments

Comments
 (0)
0