Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74955 invoked from network); 10 Dec 2007 11:52:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2007 11:52:00 -0000 Received: (qmail 71286 invoked by uid 500); 10 Dec 2007 11:51:49 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 71267 invoked by uid 500); 10 Dec 2007 11:51:49 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 71257 invoked by uid 99); 10 Dec 2007 11:51:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 03:51:49 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 11:51:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BEF7C1A9832; Mon, 10 Dec 2007 03:51:39 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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 Date: Mon, 10 Dec 2007 11:51:25 -0000 To: commits@harmony.apache.org From: apavlenko@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071210115139.BEF7C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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; }