Skip to content

Commit

Permalink
increase geth gaslimit (AUTO-9280) (#12571)
Browse files Browse the repository at this point in the history
* increase geth gaslimit

* increase geth gaslimit

* increase geth gaslimit
  • Loading branch information
anirudhwarrier authored Mar 25, 2024
1 parent cda84cb commit 20e730a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,10 @@ Load Config:
Values: map[string]interface{}{
"resources": gethNodeSpec,
"geth": map[string]interface{}{
"blocktime": *loadedTestConfig.Automation.General.BlockTime,
"capacity": "20Gi",
"blocktime": *loadedTestConfig.Automation.General.BlockTime,
"capacity": "20Gi",
"startGaslimit": "20000000",
"targetGasLimit": "30000000",
},
},
}))
Expand Down

0 comments on commit 20e730a

Please sign in to comment.