[jboss-svn-commits] JBL Code SVN: r38181 - labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 17 06:12:50 EDT 2012


Author: mmusgrov
Date: 2012-09-17 06:12:49 -0400 (Mon, 17 Sep 2012)
New Revision: 38181

Modified:
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java
Log:
add a multiplication factor for extending QA test suite crash rec timeouts

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java	2012-09-14 11:25:23 UTC (rev 38180)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/qa/tests/src/org/jboss/jbossts/qa/CrashRecovery11Utils/Delays.java	2012-09-17 10:12:49 UTC (rev 38181)
@@ -54,7 +54,7 @@
 			int _backoffPeriod = backoffPeriodInteger.intValue();
 
 			/*add 5 secs for processing*/
-			return qautil.getDelay((_backoffPeriod + _recoveryPeriod + (5 * 1000));
+			return qautil.getDelay(_backoffPeriod + _recoveryPeriod + (5 * 1000));
 		}
 		catch (NumberFormatException e)
 		{



More information about the jboss-svn-commits mailing list