From 5438a7491ad588d7d3496150ec01a925567567fd Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Wed, 23 Jan 2013 08:11:58 +0000 Subject: [PATCH] Timeout in PersistentExtendedBlockingQueueDecoratorTest.PersistentExtendedBlockingQueueDecoratorTest() increased. SVN: 28161 --- .../common/io/PersistentExtendedBlockingQueueDecoratorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sourceTest/java/ch/systemsx/cisd/common/io/PersistentExtendedBlockingQueueDecoratorTest.java b/common/sourceTest/java/ch/systemsx/cisd/common/io/PersistentExtendedBlockingQueueDecoratorTest.java index 7b96084c829..ab317812e83 100644 --- a/common/sourceTest/java/ch/systemsx/cisd/common/io/PersistentExtendedBlockingQueueDecoratorTest.java +++ b/common/sourceTest/java/ch/systemsx/cisd/common/io/PersistentExtendedBlockingQueueDecoratorTest.java @@ -256,7 +256,7 @@ public class PersistentExtendedBlockingQueueDecoratorTest { final PersistentExtendedBlockingQueueDecorator<Integer> queue = PersistentExtendedBlockingQueueFactory.<Integer> createSmartPersist(queueFile); - final MessageChannel messageChannel = new MessageChannel(20000); + final MessageChannel messageChannel = new MessageChannel(30000); new Thread(new Runnable() { @Override -- GitLab