Skip to content

Commit

Permalink
test(bundler-sidecare e2e): wait for localstack resource creation
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Jun 19, 2024
1 parent dc9763c commit cf0fc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/bundler-sidecar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const composeUp = async ({
.withBuild()
.withProfiles('bundler')
.withPullPolicy(PullPolicy.alwaysPull())
.withWaitStrategy('localstack-1', Wait.forLogMessage('Ready'))
.withWaitStrategy('localstack-1', Wait.forLogMessage('turbo-optical-key'))
.withWaitStrategy(
'upload-service-1',
Wait.forLogMessage('Listening on port 5100'),
Expand Down

0 comments on commit cf0fc5c

Please sign in to comment.