]> source.dussan.org Git - sonarqube.git/commitdiff
Fix excepted time of perf test
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 30 Jun 2017 14:03:58 +0000 (16:03 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 30 Jun 2017 15:09:39 +0000 (17:09 +0200)
tests/src/test/java/org/sonarqube/tests/performance/scanner/HighlightingTest.java

index 09acfe7070a5ce4205e7ce142b516847e7069d0d..56eb126cf1da06ce5e21a1fc941c8a12731c759a 100644 (file)
@@ -100,7 +100,7 @@ public class HighlightingTest extends AbstractPerfTest {
     perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 25700L);
 
     Properties prof = readProfiling(baseDir, "highlighting");
-    perfRule.assertDurationAround(Long.valueOf(prof.getProperty("Xoo Highlighting Sensor")), 9700L);
+    perfRule.assertDurationAround(Long.valueOf(prof.getProperty("Xoo Highlighting Sensor")), 8900L);
 
   }
 }