]> source.dussan.org Git - sonarqube.git/commitdiff
Fix stability of perf test ComputationTest
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 19 May 2017 06:30:01 +0000 (08:30 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 19 May 2017 06:30:01 +0000 (08:30 +0200)
tests/perf/src/test/java/org/sonarsource/sonarqube/perf/computation/ComputationTest.java

index 7a96e972923a7e822e01049565a9b8a06e78a400..a3d70fc531c18f39eefd7e71ad3c7fd84c24982b 100644 (file)
@@ -75,7 +75,7 @@ public class ComputationTest extends PerfTestCase {
 
     orchestrator.executeBuild(scanner);
 
-    assertComputationDurationAround(340000L);
+    assertComputationDurationAround(350_000L);
   }
 
   private void assertComputationDurationAround(long expectedDuration) throws IOException {