From 8871e8c1249b5ff2a12b42101dd1c8ea5af46b40 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 29 Aug 2019 09:43:10 +0200 Subject: [PATCH] Attempt to fix FP in SchedulerImplTest --- .../src/test/java/org/sonar/application/SchedulerImplTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5