Skip to content

Commit

Permalink
genesis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nivasan1 committed Mar 15, 2024
1 parent 481eb1a commit bbd0ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/node/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (n *Node) AddGenesisAccount(ctx context.Context, address string, genesisAmo
amount += fmt.Sprintf("%s%s", coin.Amount.String(), coin.Denom)
}

ctx, cancel := context.WithTimeout(ctx, time.Minute)
ctx, cancel := context.WithTimeout(ctx, 3*time.Minute)
defer cancel()

var command []string
Expand Down

0 comments on commit bbd0ea9

Please sign in to comment.