]> source.dussan.org Git - sonarqube.git/commitdiff
More stable ProcessUtilsTest
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 27 May 2016 08:20:19 +0000 (10:20 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 27 May 2016 10:17:31 +0000 (12:17 +0200)
server/sonar-process/src/test/java/org/sonar/process/ProcessUtilsTest.java

index 8054bce07ee9c309b044f6ba19416b233a026e88..01fb917d80ca681d040d9db05797189cf3e6c79a 100644 (file)
@@ -89,7 +89,7 @@ public class ProcessUtilsTest {
     safeJoiner.join();
   }
 
-  @Test(timeout = 100L)
+  @Test(timeout = 1_000L)
   public void awaitTermination_of_vararg_does_not_fail_when_there_is_a_null_or_current_thread() {
     awaitTermination(null, Thread.currentThread(), null);
   }