aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search/src/test
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-28 12:30:21 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-28 12:30:21 +0100
commitcf5c90b995737c1027ae599a8392748c85b96dc2 (patch)
treec1d0fb6381861191c31bf9d9944d3e0844927288 /server/sonar-search/src/test
parentb7023ff74675dd9283924b21274b160d0916f9c0 (diff)
downloadsonarqube-cf5c90b995737c1027ae599a8392748c85b96dc2.tar.gz
sonarqube-cf5c90b995737c1027ae599a8392748c85b96dc2.zip
Increase timeout of SearchServerTest for (very) slow boxes
Diffstat (limited to 'server/sonar-search/src/test')
-rw-r--r--server/sonar-search/src/test/java/org/sonar/search/SearchServerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-search/src/test/java/org/sonar/search/SearchServerTest.java b/server/sonar-search/src/test/java/org/sonar/search/SearchServerTest.java
index 591a8289441..b95b10cb258 100644
--- a/server/sonar-search/src/test/java/org/sonar/search/SearchServerTest.java
+++ b/server/sonar-search/src/test/java/org/sonar/search/SearchServerTest.java
@@ -49,7 +49,7 @@ public class SearchServerTest {
Client client;
@Rule
- public Timeout timeout = new Timeout(30000);
+ public Timeout timeout = new Timeout(60000);
@Rule
public TemporaryFolder temp = new TemporaryFolder();