diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index cbb60397ef4f92314873ac2fe530b31052f34bb6..026790b65092d07f373ec35caa2e1a5f40eebf23 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -105,6 +105,9 @@ kiali:
           # if enabling the keycloak SSO integration test, set strategy to "openid"
           #strategy: "openid"
           strategy: "anonymous"
+    resources:
+      limits:
+        cpu: "1"          
     bbtests:
       enabled: true
       cypress:
@@ -119,6 +122,9 @@ kiali:
           requests:
             cpu: 2
             memory: 2Gi
+          limits:
+            cpu: 2
+            memory: 2Gi
 
 
 clusterAuditor:
@@ -910,6 +916,13 @@ neuvector:
         artifacts: true
         envs:
           cypress_url: https://neuvector.bigbang.dev
+        resources:
+          requests:
+            cpu: "2"
+            memory: "1500M"
+          limits:
+            cpu: "2"
+            memory: "1500M"
 
 twistlock:
   enabled: false