Author: manaRH
Date: 2011-05-30 06:47:41 -0400 (Mon, 30 May 2011)
New Revision: 14104
Modified:
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/MessagingTest.java
Log:
added longer delay for JMS publish Test
Modified:
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/MessagingTest.java
===================================================================
---
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/MessagingTest.java 2011-05-12
06:55:01 UTC (rev 14103)
+++
branches/community/Seam_2_2/src/test/integration/src/org/jboss/seam/test/integration/MessagingTest.java 2011-05-30
10:47:41 UTC (rev 14104)
@@ -47,7 +47,7 @@
// need to delay a bit to make sure the message is delivered
// might need
- Thread.sleep(2000);
+ Thread.sleep(3000);
assert messageText.getValue().equals("message for topic");
}
Show replies by date