aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2017-10-02 13:48:06 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2017-10-02 13:48:06 +0200
commitfe8541a8ac09579cda9946187c3fcb40a98c3241 (patch)
treed9a82e75032792e586e3876133a03bb78b999d11 /tests
parent73e7535a17ea6a7673fd250a4d3e204809c7a192 (diff)
downloadsonarqube-fe8541a8ac09579cda9946187c3fcb40a98c3241.tar.gz
sonarqube-fe8541a8ac09579cda9946187c3fcb40a98c3241.zip
Adjust perf timings
Diffstat (limited to 'tests')
-rw-r--r--tests/src/test/java/org/sonarqube/tests/performance/scanner/MemoryTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/performance/scanner/MemoryTest.java b/tests/src/test/java/org/sonarqube/tests/performance/scanner/MemoryTest.java
index 577f2dfe3f0..0215ce20481 100644
--- a/tests/src/test/java/org/sonarqube/tests/performance/scanner/MemoryTest.java
+++ b/tests/src/test/java/org/sonarqube/tests/performance/scanner/MemoryTest.java
@@ -89,7 +89,7 @@ public class MemoryTest extends AbstractPerfTest {
.setProjectDir(baseDir);
BuildResult result = orchestrator.executeBuild(scanner);
- perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 8200);
+ perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 8890);
// Second execution with a property on server side
orchestrator.getServer().newHttpCall("/api/settings/set")