Skip to content

Commit

Permalink
increase geth gaslimit
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Mar 25, 2024
1 parent 1ee3035 commit a96fab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ Load Config:
"geth": map[string]interface{}{
"blocktime": *loadedTestConfig.Automation.General.BlockTime,
"capacity": "20Gi",
"startGaslimit": 20_00_000,
"targetGasLimit": 30_00_000,
"startGaslimit": "2000000",
"targetGasLimit": "3000000",
},
},
}))
Expand Down

0 comments on commit a96fab0

Please sign in to comment.