]> source.dussan.org Git - sonarqube.git/commitdiff
Temporarily increase timeout of HttpDownloadTest to 2 sec
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 30 Sep 2014 08:34:03 +0000 (10:34 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 30 Sep 2014 08:34:03 +0000 (10:34 +0200)
sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java

index 1873af933b36649202f7b511b60195c6f34a892d..f899251fdabe3a01b445dbbf617ea248228e156e 100644 (file)
@@ -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;