From ed82d1ae7914857e026056662d94da333e235d77 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 20 Feb 2014 17:40:02 +0200 Subject: [PATCH] Slow down test to hopefully make it more stable (and four times longer) Change-Id: Ie9ef1c53544b5b9b3462cf6648b18df8ae8f56e0 --- uitest/src/com/vaadin/tests/push/PushLargeData.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5