You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2016/04/04 20:47:44 UTC

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

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-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org