Skip to content
Snippets Groups Projects
Commit 5438a749 authored by felmer's avatar felmer
Browse files

Timeout in...

Timeout in PersistentExtendedBlockingQueueDecoratorTest.PersistentExtendedBlockingQueueDecoratorTest() increased.

SVN: 28161
parent 86a5af6a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment