aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-06-30 16:03:58 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-06-30 17:09:39 +0200
commit079e4f78e76c9043243d41f0d60dd9996467a809 (patch)
treee742839a6cee7d2d206c2abe656026c3ff40bb6f /tests/src
parent90e2bc7b5149d2d64a1987a11cf50dfce1b8457d (diff)
downloadsonarqube-079e4f78e76c9043243d41f0d60dd9996467a809.tar.gz
sonarqube-079e4f78e76c9043243d41f0d60dd9996467a809.zip
Fix excepted time of perf test
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/test/java/org/sonarqube/tests/performance/scanner/HighlightingTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/performance/scanner/HighlightingTest.java b/tests/src/test/java/org/sonarqube/tests/performance/scanner/HighlightingTest.java
index 09acfe7070a..56eb126cf1d 100644
--- a/tests/src/test/java/org/sonarqube/tests/performance/scanner/HighlightingTest.java
+++ b/tests/src/test/java/org/sonarqube/tests/performance/scanner/HighlightingTest.java
@@ -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);
}
}