diff options
author | Stephane Gamard <stephane.gamard@sonarsource.com> | 2014-09-25 17:03:27 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@sonarsource.com> | 2014-09-25 17:27:57 +0200 |
commit | acd4f75b31ed96539b036cb3aeb7635954d7f0ca (patch) | |
tree | 498729a8b5784117195be87523cfca5b72c08735 | |
parent | 96db4430fdf5aa8020d6dc5a7793a6b9e7c975c5 (diff) | |
download | sonarqube-acd4f75b31ed96539b036cb3aeb7635954d7f0ca.tar.gz sonarqube-acd4f75b31ed96539b036cb3aeb7635954d7f0ca.zip |
Increased Test robustness
-rw-r--r-- | server/sonar-search/src/test/java/org/sonar/search/SearchServerTest.java | 2 |
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 3296be029e0..eddc33c1f95 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 @@ -51,7 +51,7 @@ public class SearchServerTest { @Rule public TemporaryFolder temp = new TemporaryFolder(); - @Test(timeout = 10000L) + @Test(timeout = 15000L) public void start_stop_server() throws Exception { Properties props = new Properties(); |