Skip to content

Commit

Permalink
increase geth specs
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Dec 17, 2023
1 parent 945939a commit 8050380
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,17 +211,17 @@ func TestLogTrigger(t *testing.T) {
Values: map[string]interface{}{
"resources": map[string]interface{}{
"requests": map[string]interface{}{
"cpu": "4000m",
"memory": "4Gi",
},
"limits": map[string]interface{}{
"cpu": "8000m",
"memory": "8Gi",
},
"limits": map[string]interface{}{
"cpu": "16000m",
"memory": "16Gi",
},
},
"geth": map[string]interface{}{
"blocktime": blockTime,
"capacity": "10Gi",
"capacity": "20Gi",
},
},
}))
Expand Down

0 comments on commit 8050380

Please sign in to comment.