diff --git a/Jenkinsfile b/Jenkinsfile
index 931f96f2b18e7f8d179f45db4d4cd14ae488d8f6..ab07c13d77ad07294b4636a1fe0626a81d9165a5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -563,7 +563,7 @@ pipeline {
               recordIssues enabledForFailure: true, filters: [
                 excludeFile('.*\\.conan.*')],
                 tools: [clangTidy(name: 'Clang-Tidy', pattern: 'build/build.log')],
-                qualityGates: [[threshold: 247, type: 'TOTAL', unstable: true]]
+                qualityGates: [[threshold: 260, type: 'TOTAL', unstable: true]]
             }
           }
         }