Browse Source

Slow down test to hopefully make it more stable (and four times longer)

Change-Id: Ie9ef1c53544b5b9b3462cf6648b18df8ae8f56e0
tags/7.1.12
Artur Signell 10 years ago
parent
commit
ed82d1ae79
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      uitest/src/com/vaadin/tests/push/PushLargeData.java

+ 2
- 2
uitest/src/com/vaadin/tests/push/PushLargeData.java View 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;

Loading…
Cancel
Save