[infinispan-commits] Infinispan SVN: r403 - trunk/core/src/test/resources/stacks.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Jun 3 06:17:25 EDT 2009


Author: vblagojevic at jboss.com
Date: 2009-06-03 06:17:24 -0400 (Wed, 03 Jun 2009)
New Revision: 403

Modified:
   trunk/core/src/test/resources/stacks/tcp.xml
   trunk/core/src/test/resources/stacks/udp.xml
Log:
increase FD timeout to avoid false suspicion noticed in test suite and JGroups2.8Alpha3

Modified: trunk/core/src/test/resources/stacks/tcp.xml
===================================================================
--- trunk/core/src/test/resources/stacks/tcp.xml	2009-06-03 10:00:19 UTC (rev 402)
+++ trunk/core/src/test/resources/stacks/tcp.xml	2009-06-03 10:17:24 UTC (rev 403)
@@ -42,7 +42,7 @@
       configured this way to speed up unit testing, since we know all nodes run in the same JVM
       and hence failure detections will be very quick.
    	   -->
-    <FD timeout="1000" max_tries="3" shun="true"/>
+    <FD timeout="3000" max_tries="3" shun="true"/>
     <VERIFY_SUSPECT timeout="1500"  />
     <pbcast.NAKACK 
                    use_mcast_xmit="false" gc_lag="0"

Modified: trunk/core/src/test/resources/stacks/udp.xml
===================================================================
--- trunk/core/src/test/resources/stacks/udp.xml	2009-06-03 10:00:19 UTC (rev 402)
+++ trunk/core/src/test/resources/stacks/udp.xml	2009-06-03 10:17:24 UTC (rev 403)
@@ -43,7 +43,7 @@
       configured this way to speed up unit testing, since we know all nodes run in the same JVM
       and hence failure detections will be very quick.
    	   -->
-    <FD timeout="1000" max_tries="2" shun="true"/>
+    <FD timeout="3000" max_tries="3" shun="true"/>
     <VERIFY_SUSPECT timeout="1500"/>
     <pbcast.NAKACK use_stats_for_retransmission="false"
                    exponential_backoff="150"




More information about the infinispan-commits mailing list