[jboss-cvs] JBossCache ...

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Thu Jan 11 17:40:40 EST 2007


  User: vblagojevic
  Date: 07/01/11 17:40:40

  Modified:    JBossCache  build.xml
  Log:
  need bigger junit.timeout due to slower tcp tests
  
  Revision  Changes    Path
  1.169     +2 -2      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -b -r1.168 -r1.169
  --- build.xml	11 Jan 2007 20:36:27 -0000	1.168
  +++ build.xml	11 Jan 2007 22:40:40 -0000	1.169
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.168 2007/01/11 20:36:27 vblagojevic Exp $ -->
  +<!-- $Id: build.xml,v 1.169 2007/01/11 22:40:40 vblagojevic Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -42,7 +42,7 @@
      <property name="build.api" value="${output.dir}/api"/>
      <property name="build.etc" value="${root.dir}/etc"/>
      <property name="javadoc.packages" value="org.jboss.cache.*"/>
  -   <property name="junit.timeout" value="300000"/>
  +   <property name="junit.timeout" value="500000"/>
      <property name="junit.timeout.stresstest" value="6000000"/>
      <property name="junit.timeout.performance" value="60000"/>
      <property name="junit.timeout.compat" value="300000"/>
  
  
  



More information about the jboss-cvs-commits mailing list