diff --git a/lib/tasks/flay.rake b/lib/tasks/flay.rake
index dfb9df4772aeb2650e5aac77176252a6fd678543..e9587595fef45e9f4840cdc251381557af2801d6 100644
--- a/lib/tasks/flay.rake
+++ b/lib/tasks/flay.rake
@@ -1,6 +1,6 @@
 desc 'Code duplication analyze via flay'
 task :flay do
-  output = %x(bundle exec flay --mass 30 app/ lib/gitlab/)
+  output = %x(bundle exec flay --mass 35 app/ lib/gitlab/)
 
   if output.include? "Similar code found"
     puts output