diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-03-24 11:53:20 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-03-24 11:53:50 +0100 |
commit | 885eb79a64d65b86996e36a53715ba162743f88f (patch) | |
tree | cf791d2ce0c69d2f30ee09398e07b10c96f75884 /tests | |
parent | 0ec2b999602767fe4ede460b63d23f56937beae2 (diff) | |
download | sonarqube-885eb79a64d65b86996e36a53715ba162743f88f.tar.gz sonarqube-885eb79a64d65b86996e36a53715ba162743f88f.zip |
Update timing of highlighting perf test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/HighlightingTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/HighlightingTest.java b/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/HighlightingTest.java index dc963d80364..615cf6a976f 100644 --- a/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/HighlightingTest.java +++ b/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/HighlightingTest.java @@ -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); } } |