]> source.dussan.org Git - sonarqube.git/commitdiff
Increase expected timeout
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 19 Apr 2017 08:35:02 +0000 (10:35 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 19 Apr 2017 10:03:53 +0000 (12:03 +0200)
tests/perf/src/test/java/org/sonarsource/sonarqube/perf/server/ServerTest.java

index af7a33646ae21abdacfca688ab03490f81c7961b..4633b44c043e68728c4f6d4978c152abc5f5ce98 100644 (file)
@@ -60,7 +60,7 @@ public class ServerTest extends PerfTestCase {
       // compare dates of first and last log
       long firstLogDate = ServerLogs.extractFirstDate(readLines(orchestrator.getServer().getAppLogs())).getTime();
       long startedAtDate = extractStartedAtDate(orchestrator);
-      assertDurationAround(startedAtDate - firstLogDate, 23_000);
+      assertDurationAround(startedAtDate - firstLogDate, 25_000);
 
       ServerLogs.clear(orchestrator);
       orchestrator.stop();