diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-10 14:13:41 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-10 14:13:41 +0100 |
commit | 7449add1d743a42185d8906683190a843f4462fd (patch) | |
tree | bb3b9a6dc2220a3211f6a08ad936de73d864ea5a /tests | |
parent | d0a8bb44d4b100fe6aea065eebde398841eb15ad (diff) | |
download | sonarqube-7449add1d743a42185d8906683190a843f4462fd.tar.gz sonarqube-7449add1d743a42185d8906683190a843f4462fd.zip |
Increase expected perf timing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/MemoryTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/MemoryTest.java b/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/MemoryTest.java index 5b6eba17507..83be382f48e 100644 --- a/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/MemoryTest.java +++ b/tests/perf/src/test/java/org/sonarsource/sonarqube/perf/scanner/suite/MemoryTest.java @@ -89,7 +89,7 @@ public class MemoryTest extends PerfTestCase { .setProjectDir(baseDir); BuildResult result = orchestrator.executeBuild(scanner); - perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 4480L); + perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 4847L); // Second execution with a property on server side orchestrator.getServer().getAdminWsClient().create(new PropertyCreateQuery("sonar.anotherBigProp", Strings.repeat("B", 1000), "big-module-tree")); |