diff --git a/cfg/cis-1.20/master.yaml b/cfg/cis-1.20/master.yaml
index 96df15079faec68381dc70ff9e8fe2999fd6a710..032f858f8464c93a5fc771e343da0517d6d05602 100644
--- a/cfg/cis-1.20/master.yaml
+++ b/cfg/cis-1.20/master.yaml
@@ -699,7 +699,7 @@ groups:
         scored: true
 
       - id: 1.2.25
-        text: "Ensure that the --request-timeout argument is set as appropriate (Automated)"
+        text: "Ensure that the --request-timeout argument is set as appropriate (Manual)"
         audit: "/bin/ps -ef | grep $apiserverbin | grep -v grep"
         type: manual
         remediation: |
@@ -707,7 +707,7 @@ groups:
           and set the below parameter as appropriate and if needed.
           For example,
           --request-timeout=300s
-        scored: true
+        scored: false
 
       - id: 1.2.26
         text: "Ensure that the --service-account-lookup argument is set to true (Automated)"
diff --git a/integration/testdata/Expected_output.data b/integration/testdata/Expected_output.data
index a2e35d381d7fbfbd3f19e6e3d3631f434d2cb6a4..028103700108da1cdffab7cf65dcc67db0ab98ba 100644
--- a/integration/testdata/Expected_output.data
+++ b/integration/testdata/Expected_output.data
@@ -46,7 +46,7 @@
 [FAIL] 1.2.22 Ensure that the --audit-log-maxage argument is set to 30 or as appropriate (Automated)
 [FAIL] 1.2.23 Ensure that the --audit-log-maxbackup argument is set to 10 or as appropriate (Automated)
 [FAIL] 1.2.24 Ensure that the --audit-log-maxsize argument is set to 100 or as appropriate (Automated)
-[WARN] 1.2.25 Ensure that the --request-timeout argument is set as appropriate (Automated)
+[WARN] 1.2.25 Ensure that the --request-timeout argument is set as appropriate (Manual)
 [PASS] 1.2.26 Ensure that the --service-account-lookup argument is set to true (Automated)
 [PASS] 1.2.27 Ensure that the --service-account-key-file argument is set as appropriate (Automated)
 [PASS] 1.2.28 Ensure that the --etcd-certfile and --etcd-keyfile arguments are set as appropriate (Automated)