Skip to content

Commit

Permalink
fix: don't wait for blaze on port 8090
Browse files Browse the repository at this point in the history
This blaze server was removed, as we don't need it for our test
environment
  • Loading branch information
torbrenner committed Feb 6, 2025
1 parent 11e8ba8 commit 5701153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function start_bg() {
export DATABASE_URL="sqlite://data_requests.sql?mode=rwc"
export RUST_LOG="info,routine_connector=debug"
docker compose up -d --no-build --no-recreate
for blaze_port in 8085 8086 8090 8095; do
for blaze_port in 8085 8086 8095; do
TRIES=1
while [ $TRIES -ne 0 ]; do
set +e
Expand Down

0 comments on commit 5701153

Please sign in to comment.