Author: tfischer
Date: Mon Apr  4 18:47:43 2016
New Revision: 1737728

URL: http://svn.apache.org/viewvc?rev=1737728&view=rev
Log:
increase time limit for test for running on apache jenkins server

Modified:
    
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/sql/SqlBuilderTest.java

Modified: 
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/sql/SqlBuilderTest.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/sql/SqlBuilderTest.java?rev=1737728&r1=1737727&r2=1737728&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/sql/SqlBuilderTest.java
 (original)
+++ 
db/torque/torque4/trunk/torque-runtime/src/test/java/org/apache/torque/sql/SqlBuilderTest.java
 Mon Apr  4 18:47:43 2016
@@ -47,7 +47,7 @@ import org.apache.torque.util.functions.
 public class SqlBuilderTest extends BaseTestCase
 {
     /** Time limit in ms of builing a query from a large array. */
-    private static final long LARGE_ARRAY_TIME_LIMIT = 100L;
+    private static final long LARGE_ARRAY_TIME_LIMIT = 200L;
 
     /**
      * Test where condition with several ANDs compairing against Strings.



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to