Skip to content

Commit

Permalink
fix: remove unused wait
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Jul 24, 2024
1 parent c6662b0 commit 0b6548b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@ e2e-importer-online-up:

mkdir e2e_logs

# Wait for builds to finish
wait

# Start Stratus binary
RUST_LOG=info cargo run --release --bin stratus --features dev -- --block-mode 1s --enable-genesis --enable-test-accounts --perm-storage=rocks --rocks-path-prefix=temp_3000 --tokio-console-address=0.0.0.0:6668 --metrics-exporter-address=0.0.0.0:9000 -a 0.0.0.0:3000 > e2e_logs/stratus.log &

Expand Down

0 comments on commit 0b6548b

Please sign in to comment.