diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 4d0a292c0238081f6e10cfa8d22e292b137d0bc3..59aea550c5166944281261de59591955f4366052 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -104,6 +104,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:
@@ -118,6 +121,9 @@ kiali:
           requests:
             cpu: 2
             memory: 2Gi
+          limits:
+            cpu: 2
+            memory: 2Gi
 
 
 clusterAuditor:
@@ -909,6 +915,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