Skip to content

Commit

Permalink
chore(backport): defaultGenTxGas to 10 times (cosmos#12314)
Browse files Browse the repository at this point in the history
  • Loading branch information
hea9549 authored and p0mvn committed Oct 13, 2022
1 parent cd839d1 commit ee6fdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/helpers/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
// TODO: Implement a tool to check for gas growth. For now,
// we must increase this across the board for longer runs to work
const (
DefaultGenTxGas = 2000000
DefaultGenTxGas = 10000000
SimAppChainID = "simulation-app"
)

Expand Down

0 comments on commit ee6fdd6

Please sign in to comment.