[kaffe] CVS kaffe (guilhem): Increased timeouts a bit.

Kaffe CVS cvs-commits at kaffe.org
Mon Aug 15 09:14:33 PDT 2005


PatchSet 6831 
Date: 2005/08/15 16:08:19
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Increased timeouts a bit.

Members: 
	ChangeLog:1.4355->1.4356 
	test/regression/CLTestJLock.java:1.5->1.6 
	test/regression/RefTest.java:1.1->1.2 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4355 kaffe/ChangeLog:1.4356
--- kaffe/ChangeLog:1.4355	Mon Aug 15 15:36:08 2005
+++ kaffe/ChangeLog	Mon Aug 15 16:08:19 2005
@@ -1,5 +1,11 @@
 2005-08-15  Guilhem Lavaux  <guilhem at kaffe.org>
 
+	* test/regression/RefTest.java,
+	test/regression/CLTestJLock.java:
+	Increased timeout a bit.
+
+2005-08-15  Guilhem Lavaux  <guilhem at kaffe.org>
+
 	* libraries/javalib/kaffe/security/providers/SHA1PRNG.java
 	(<clinit>): Catch any remaining exception. This fixes a problem with
 	SecureRandomTest not finding /dev/urandom on some system.
Index: kaffe/test/regression/CLTestJLock.java
diff -u kaffe/test/regression/CLTestJLock.java:1.5 kaffe/test/regression/CLTestJLock.java:1.6
--- kaffe/test/regression/CLTestJLock.java:1.5	Thu Mar 28 10:47:24 2002
+++ kaffe/test/regression/CLTestJLock.java	Mon Aug 15 16:08:22 2005
@@ -21,7 +21,7 @@
 
 	if (name.equals("CLTestConc_bis")) {
 	    try {
-		Thread.sleep(5000);
+		Thread.sleep(8000);
 	    } catch (InterruptedException e) { }
 	}
 	if (name.startsWith("CLTestConc")) {
Index: kaffe/test/regression/RefTest.java
diff -u kaffe/test/regression/RefTest.java:1.1 kaffe/test/regression/RefTest.java:1.2
--- kaffe/test/regression/RefTest.java:1.1	Sun Jan 30 12:42:47 2005
+++ kaffe/test/regression/RefTest.java	Mon Aug 15 16:08:22 2005
@@ -106,7 +106,7 @@
   static public void main(String args[]) throws Exception
   {
     WeakReference ref = buildRef(); 
-    Watchdog dog = new Watchdog(5000);
+    Watchdog dog = new Watchdog(10000);
 
     dog.start();
 




More information about the kaffe mailing list