diff --git a/.circleci/config.yml b/.circleci/config.yml index 61f98405a7c..b7dc08bced2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1927,7 +1927,8 @@ jobs: - run: name: Setup Toxiproxy command: | - python tests/proxy_reliability_tests/setup_toxi_proxy.py + python tests/proxy_reliability_tests/setup_toxi_proxy.py & + sleep 5 - run: name: Build Docker image command: docker build -t my-app:latest -f ./docker/Dockerfile.database .