aboutsummaryrefslogtreecommitdiffstats
path: root/tests/netx/unit/net
diff options
context:
space:
mode:
authorDanesh Dadachanji <[email protected]>2012-08-01 10:12:55 -0400
committerDanesh Dadachanji <[email protected]>2012-08-01 10:12:55 -0400
commitde708f50feee964a473f337219498cde4b1a2904 (patch)
treea978cb46ccfa1ec28a2bdc401656d3d2a52a2165 /tests/netx/unit/net
parent5ff3ed50f59b0d05d57aacd73870c6155140f2c8 (diff)
Fix JNLPMatcherTest timeout from being too restrictive.
Diffstat (limited to 'tests/netx/unit/net')
-rw-r--r--tests/netx/unit/net/sourceforge/jnlp/JNLPMatcherTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/netx/unit/net/sourceforge/jnlp/JNLPMatcherTest.java b/tests/netx/unit/net/sourceforge/jnlp/JNLPMatcherTest.java
index e9e49be..240b60a 100644
--- a/tests/netx/unit/net/sourceforge/jnlp/JNLPMatcherTest.java
+++ b/tests/netx/unit/net/sourceforge/jnlp/JNLPMatcherTest.java
@@ -466,7 +466,7 @@ public class JNLPMatcherTest {
launchReader.close();
}
- @Test (timeout=1000 /*ms*/)
+ @Test (timeout=5000 /*ms*/)
public void testIsMatchDoesNotHangOnLargeData() throws JNLPMatcherException {
/* construct an alphabet containing characters 'a' to 'z' */
final int ALPHABET_SIZE = 26;