diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2017-10-02 13:48:06 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2017-10-02 13:48:06 +0200 |
commit | fe8541a8ac09579cda9946187c3fcb40a98c3241 (patch) | |
tree | d9a82e75032792e586e3876133a03bb78b999d11 /tests | |
parent | 73e7535a17ea6a7673fd250a4d3e204809c7a192 (diff) | |
download | sonarqube-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.java | 2 |
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") |