]> source.dussan.org Git - vaadin-framework.git/commitdiff
Increase TB3 socket timeout to 30 min (#14352)
authorHenri Sara <hesara@vaadin.com>
Mon, 4 Aug 2014 05:23:01 +0000 (08:23 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 5 Aug 2014 06:26:03 +0000 (06:26 +0000)
This increases the timeout from 15 to 30 minutes to avoid
occasional timeouts at times of test cluster congestion.
The timeout was originally reduced for #14298.

Change-Id: I59e8ad892356c94954d0d20884319de653704ca4

uitest/src/com/vaadin/tests/tb3/TB3Runner.java

index 4241b9fa6c6c2ec6ca12cc94f967fc40043b0880..0d540644bfb4804ed287377be25134098f2724a2 100644 (file)
@@ -57,10 +57,10 @@ public class TB3Runner extends BlockJUnit4ClassRunner {
 
     /**
      * Socket timeout for HTTP connections to the grid hub. The connection is
-     * closed after 15 minutes of inactivity to avoid builds hanging for up to
+     * closed after 30 minutes of inactivity to avoid builds hanging for up to
      * three hours per connection if the test client crashes/hangs.
      */
-    private static final int SOCKET_TIMEOUT = 15 * 60 * 1000;
+    private static final int SOCKET_TIMEOUT = 30 * 60 * 1000;
 
     /**
      * This is the total limit of actual JUnit test instances run in parallel