From 162a999510748368ccab762c2febcbd7e613d6f4 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Wed, 8 Feb 2017 16:27:20 +0100 Subject: [PATCH] Adjust test timing after change on indexing --- .../sonarsource/sonarqube/perf/scanner/suite/MemoryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c6d6412e18d..5b6eba17507 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 @@ -94,7 +94,7 @@ public class MemoryTest extends PerfTestCase { // Second execution with a property on server side orchestrator.getServer().getAdminWsClient().create(new PropertyCreateQuery("sonar.anotherBigProp", Strings.repeat("B", 1000), "big-module-tree")); result = orchestrator.executeBuild(scanner); - perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 4420L); + perfRule.assertDurationAround(MavenLogs.extractTotalTime(result.getLogs()), 4620L); } private void prepareModule(File parentDir, String moduleName, int depth) throws IOException { -- 2.39.5