Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
kdembler committed Nov 16, 2023
1 parent 86a96be commit 5499c01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/network-tests/start-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export COLOSSUS_2_URL="http://${HOST_IP}:3335"
export DISTRIBUTOR_2_URL="http://${HOST_IP}:3336"
$THIS_DIR/run-test-scenario.sh initStorageAndDistribution


# give QN time to catch up so nodes can get their initial state
sleep 30

# Start colossus & argus
docker-compose -f $THIS_DIR/../../docker-compose.yml up -d colossus-1
docker-compose -f $THIS_DIR/../../docker-compose.yml up -d distributor-1
Expand All @@ -29,4 +33,4 @@ docker logs colossus-2 --tail 300
echo "## distributor-1"
docker logs distributor-1 --tail 300
echo "## distributor-2"
docker logs distributor-2 --tail 300
docker logs distributor-2 --tail 300

0 comments on commit 5499c01

Please sign in to comment.