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 8426a67 commit 1ee3035
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": 20_00_000,
"targetGasLimit": 30_00_000,
},
},
}))
Expand Down

0 comments on commit 1ee3035

Please sign in to comment.