Author: manaRH
Date: 2010-09-29 09:01:01 -0400 (Wed, 29 Sep 2010)
New Revision: 13785
Modified:
branches/enterprise/JBPAPP_5_0/examples/seampay/src/org/jboss/seam/example/seampay/test/PaymentProcessorTest.java
Log:
extended the delay to 1 second between payments JBPAPP-3195, JBPAPP-5013
Modified:
branches/enterprise/JBPAPP_5_0/examples/seampay/src/org/jboss/seam/example/seampay/test/PaymentProcessorTest.java
===================================================================
---
branches/enterprise/JBPAPP_5_0/examples/seampay/src/org/jboss/seam/example/seampay/test/PaymentProcessorTest.java 2010-09-29
12:56:22 UTC (rev 13784)
+++
branches/enterprise/JBPAPP_5_0/examples/seampay/src/org/jboss/seam/example/seampay/test/PaymentProcessorTest.java 2010-09-29
13:01:01 UTC (rev 13785)
@@ -74,7 +74,7 @@
private void pause() {
try {
- Thread.sleep(1);
+ Thread.sleep(1000); // extended the delay between payments JBPAPP-3195,
JBPAPP-5013
} catch (InterruptedException e) {
}
Show replies by date