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/10 12:51:25 UTC

svn commit: r602872 - /harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/hvn/Volatile1/Volatile1.java

Author: apavlenko
Date: Mon Dec 10 03:51:14 2007
New Revision: 602872

URL: http://svn.apache.org/viewvc?rev=602872&view=rev
Log:
Increased timeout because the test fails intermittently

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

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/hvn/Volatile1/Volatile1.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/hvn/Volatile1/Volatile1.java?rev=602872&r1=602871&r2=602872&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/hvn/Volatile1/Volatile1.java (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/jit/HLO/hvn/Volatile1/Volatile1.java Mon Dec 10 03:51:14 2007
@@ -85,13 +85,13 @@
     
     public void run() {
         try {
-            sleep(50);
+            sleep(200);
         } catch (InterruptedException e) {
             error = true;
         }
         thread1.vol = 100;
         try {
-            sleep(20);
+            sleep(200);
         } catch (InterruptedException e) {
             error = true;
         }