Skip to content

Commit

Permalink
Increase timeout for waitfor for localstack s3 emulator startup
Browse files Browse the repository at this point in the history
In CI, we've had several failures with the waitfor for localstack since
I updated localstack to 3.4.0. Maybe the new version of localstack takes
longer to start up in CI sometimes? I'm increasing the waitfor timeout
to see if that helps.
  • Loading branch information
willkg committed May 3, 2024
1 parent a74e3ef commit 9c507ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ urlwait "${ELASTICSEARCH_URL}"
urlwait "http://${PUBSUB_EMULATOR_HOST}" 10
urlwait "${STORAGE_EMULATOR_HOST}/storage/v1/b" 10
python ./bin/waitfor.py --verbose --codes=200,404 "${SENTRY_DSN}"
python ./bin/waitfor.py --verbose "${LOCAL_DEV_AWS_ENDPOINT_URL}"
python ./bin/waitfor.py --timeout 20 --verbose "${LOCAL_DEV_AWS_ENDPOINT_URL}"

echo ">>> build sqs things and db things"

Expand Down

0 comments on commit 9c507ff

Please sign in to comment.