From: Simon Brandhof Date: Tue, 30 Sep 2014 08:34:03 +0000 (+0200) Subject: Temporarily increase timeout of HttpDownloadTest to 2 sec X-Git-Tag: 4.5.1-RC1~128 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=436d7d920ecc2b991a72e7c59914cfc0c1a4c5fd;p=sonarqube.git Temporarily increase timeout of HttpDownloadTest to 2 sec --- diff --git a/sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java b/sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java index 1873af933b3..f899251fdab 100644 --- a/sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java +++ b/sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java @@ -64,7 +64,7 @@ public class HttpDownloaderTest { public ExpectedException thrown = ExpectedException.none(); @Rule - public Timeout timeout = new Timeout(1000); + public Timeout timeout = new Timeout(2000); private static SocketConnection socketConnection; private static String baseUrl;