aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2017-07-11 12:14:37 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2017-07-11 14:28:49 +0200
commit9c931dbc8415d59265309c8f330bc958e7b3492e (patch)
tree717c297bed28f19dee3229f2b9561bb7d6c64107
parent81a6eef465d500e89d7bbf3a818fed1910951c84 (diff)
downloadsonarqube-9c931dbc8415d59265309c8f330bc958e7b3492e.tar.gz
sonarqube-9c931dbc8415d59265309c8f330bc958e7b3492e.zip
Adjust times Highlighting perf test
-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 56eb126cf1d..3a8c34282e3 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")), 8900L);
+ perfRule.assertDurationAround(Long.valueOf(prof.getProperty("Xoo Highlighting Sensor")), 9600L);
}
}