diff --git a/Jenkinsfile b/Jenkinsfile
index 76aeee60140504618c6f4a291a4e43c963855a8e..c0ee6c14a86bbabd4b51556e13f4defd3f60d7c4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -430,7 +430,7 @@ pipeline {
                 excludeFile('.*\\.conan.*'), excludeFile('.*ThirdParty.*'),
                 excludeFile('.*thread.hpp')],
                 tools: [msBuild(name: 'MSVC', pattern: 'build/build*.log')],
-                qualityGates: [[threshold: 9, type: 'TOTAL', unstable: true]]
+                qualityGates: [[threshold: 10, type: 'TOTAL', unstable: true]]
             }
             success {
               archiveArtifacts 'build/*.zip,build/conaninfo.txt'