From 80503804800af783a36a114a04a0c192eba309c9 Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:12:09 +0400 Subject: [PATCH] increase geth specs --- .../load/automationv2_1/automationv2_1_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integration-tests/load/automationv2_1/automationv2_1_test.go b/integration-tests/load/automationv2_1/automationv2_1_test.go index 4abad74a80c..146c3839107 100644 --- a/integration-tests/load/automationv2_1/automationv2_1_test.go +++ b/integration-tests/load/automationv2_1/automationv2_1_test.go @@ -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", }, }, }))