From: Simon Brandhof Date: Thu, 29 Aug 2019 07:43:10 +0000 (+0200) Subject: Attempt to fix FP in SchedulerImplTest X-Git-Tag: 8.0~191 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8871e8c1249b5ff2a12b42101dd1c8ea5af46b40;p=sonarqube.git Attempt to fix FP in SchedulerImplTest --- diff --git a/server/sonar-main/src/test/java/org/sonar/application/SchedulerImplTest.java b/server/sonar-main/src/test/java/org/sonar/application/SchedulerImplTest.java index 533e9abc932..1277d40ea5f 100644 --- a/server/sonar-main/src/test/java/org/sonar/application/SchedulerImplTest.java +++ b/server/sonar-main/src/test/java/org/sonar/application/SchedulerImplTest.java @@ -63,7 +63,7 @@ import static org.sonar.process.ProcessProperties.Property.CLUSTER_NODE_TYPE; public class SchedulerImplTest { @Rule - public TestRule safeguardTimeout = new DisableOnDebug(Timeout.seconds(60)); + public TestRule safeguardTimeout = new DisableOnDebug(Timeout.seconds(300)); @Rule public ExpectedException expectedException = ExpectedException.none(); @Rule