From: Artur Signell Date: Thu, 20 Feb 2014 15:40:02 +0000 (+0200) Subject: Slow down test to hopefully make it more stable (and four times longer) X-Git-Tag: 7.1.12~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed82d1ae7914857e026056662d94da333e235d77;p=vaadin-framework.git Slow down test to hopefully make it more stable (and four times longer) Change-Id: Ie9ef1c53544b5b9b3462cf6648b18df8ae8f56e0 --- diff --git a/uitest/src/com/vaadin/tests/push/PushLargeData.java b/uitest/src/com/vaadin/tests/push/PushLargeData.java index 83f573ed2c..93925ffb9f 100644 --- a/uitest/src/com/vaadin/tests/push/PushLargeData.java +++ b/uitest/src/com/vaadin/tests/push/PushLargeData.java @@ -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;