From 7947bb4dee84e9d53882ffb470ec363b7e0906ba Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 15 Aug 2007 22:23:54 +0000 Subject: [PATCH] Extend timeout for asynch test (Bean says VMWare sucks but it might improve when we migrate to SOTON). --- .../test/java/org/springframework/jms/AsynchronousTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/src/test/java/org/springframework/jms/AsynchronousTests.java b/integration/src/test/java/org/springframework/jms/AsynchronousTests.java index f2725fa4f..598873d99 100644 --- a/integration/src/test/java/org/springframework/jms/AsynchronousTests.java +++ b/integration/src/test/java/org/springframework/jms/AsynchronousTests.java @@ -136,7 +136,7 @@ public class AsynchronousTests extends AbstractDependencyInjectionSpringContextT container.start(); // Need to sleep for at least a second here... - Thread.sleep(1000L); + Thread.sleep(3000L); // We rolled back so the message might come in many times... assertTrue(list.size() > 1);