aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-05-12 15:45:50 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-05-12 16:04:12 +0200
commit474a8d844d38d7fa47beadea7acf62f35f698d92 (patch)
tree9979a233387349b2e72c21dd95486e0565eeaf84 /it
parent34f18002b369c8b35f4331347fc5529c9cac4f28 (diff)
downloadsonarqube-474a8d844d38d7fa47beadea7acf62f35f698d92.tar.gz
sonarqube-474a8d844d38d7fa47beadea7acf62f35f698d92.zip
Fix safeguard timeout in IT RestartTest
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/java/it/serverSystem/RestartTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-tests/src/test/java/it/serverSystem/RestartTest.java b/it/it-tests/src/test/java/it/serverSystem/RestartTest.java
index 49007b2103c..cd58134a2c2 100644
--- a/it/it-tests/src/test/java/it/serverSystem/RestartTest.java
+++ b/it/it-tests/src/test/java/it/serverSystem/RestartTest.java
@@ -51,7 +51,7 @@ public class RestartTest {
@Rule
public ExpectedException thrown = ExpectedException.none();
@Rule
- public TestRule safeguardTimeout = new DisableOnDebug(Timeout.seconds(60));
+ public TestRule safeguardTimeout = new DisableOnDebug(Timeout.seconds(900));
@After
public void stop() {