You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2007/12/11 08:54:48 UTC

svn commit: r603166 - /harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/peel/LoopVar2/LoopVar2.java

Author: apavlenko
Date: Mon Dec 10 23:54:45 2007
New Revision: 603166

URL: http://svn.apache.org/viewvc?rev=603166&view=rev
Log:
Sometimes the test fails because of timeout. Decreased number of iterations to make the test more lightweight

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/peel/LoopVar2/LoopVar2.java

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/peel/LoopVar2/LoopVar2.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/peel/LoopVar2/LoopVar2.java?rev=603166&r1=603165&r2=603166&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/peel/LoopVar2/LoopVar2.java (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/peel/LoopVar2/LoopVar2.java Mon Dec 10 23:54:45 2007
@@ -35,7 +35,7 @@
         
         public int test() {
             log.info("Start LoopVar2 peel test...");
-            int limit = 100000;
+            int limit = 10000;
             int i = -1;
             int k = -1;
             while(k<limit) {