Skip to content

Commit

Permalink
fix: upgrade test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 22, 2024
1 parent 5b93810 commit 1f16997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/upgrade/integration/scripts/old_binary_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ pushd "$DIR/../../../../docker/localnet"
bash gen-network-config-old-binary.sh
sudo chown -R 1000:1000 network-config

# Start network
docker compose --env-file mainnet-latest.env up --detach --no-build

# Import keys
bash import-keys.sh

# Start network
docker compose --env-file mainnet-latest.env up --detach --no-build

# TODO: Get rid of this sleep.
sleep 5

Expand Down

0 comments on commit 1f16997

Please sign in to comment.