Skip to content

Commit

Permalink
wait for healthy local
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Oct 14, 2024
1 parent 8b7f331 commit 6614449
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/blockchaincmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,9 +755,6 @@ func deployBlockchain(cmd *cobra.Command, args []string) error {
if err := node.TrackSubnetWithLocalMachine(app, clusterName, blockchainName); err != nil {
return err
}

// TODO: replace wait below wiht check for healhty in local machine
time.Sleep(70 * time.Second)
}

chainSpec := contract.ChainSpec{
Expand Down

0 comments on commit 6614449

Please sign in to comment.