]> source.dussan.org Git - sonarqube.git/commitdiff
Update timing of highlighting perf test
authorJulien HENRY <julien.henry@sonarsource.com>
Thu, 24 Mar 2016 10:53:20 +0000 (11:53 +0100)
committerJulien HENRY <julien.henry@sonarsource.com>
Thu, 24 Mar 2016 10:53:50 +0000 (11:53 +0100)
tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/HighlightingTest.java

index dc963d80364bde5e07ab1eceb6c720db28ae4e79..615cf6a976f47189977a35f06c966c7affb35a8c 100644 (file)
@@ -100,7 +100,7 @@ public class HighlightingTest extends PerfTestCase {
     perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 28200L);
 
     Properties prof = readProfiling(baseDir, "highlighting");
-    perfRule.assertDurationAround(Long.valueOf(prof.getProperty("Xoo Highlighting Sensor")), 10700L);
+    perfRule.assertDurationAround(Long.valueOf(prof.getProperty("Xoo Highlighting Sensor")), 9700L);
 
   }
 }