]> source.dussan.org Git - vaadin-framework.git/commitdiff
Slow down test to hopefully make it more stable (and four times longer)
authorArtur Signell <artur@vaadin.com>
Thu, 20 Feb 2014 15:40:02 +0000 (17:40 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 20 Feb 2014 15:40:39 +0000 (17:40 +0200)
Change-Id: Ie9ef1c53544b5b9b3462cf6648b18df8ae8f56e0

uitest/src/com/vaadin/tests/push/PushLargeData.java

index 83f573ed2c4adff2b44cdd86de8c28e37f738201..93925ffb9f47abfb036fccb41c742fb8b9cef69d 100644 (file)
@@ -34,8 +34,8 @@ import com.vaadin.ui.UI;
 
 public abstract class PushLargeData extends AbstractTestUIWithLog {
 
-    // 1MB
-    static final int DEFAULT_SIZE_BYTES = 1000 * 1000;
+    // 250KB
+    static final int DEFAULT_SIZE_BYTES = 250 * 1000;
 
     // Every other second
     static final int DEFAULT_DELAY_MS = 2000;