From db12572b4f674884c3f7ad8f7e15ba9e97cf865a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 3 Oct 2014 04:49:21 +0200 Subject: SingletonTestCase: SINGLE_INSTANCE_LOCK_TO (timeout) 6 -> 12 minutes --- src/junit/com/jogamp/junit/util/SingletonTestCase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/junit/com/jogamp') diff --git a/src/junit/com/jogamp/junit/util/SingletonTestCase.java b/src/junit/com/jogamp/junit/util/SingletonTestCase.java index 69cb31f..16f2ab3 100644 --- a/src/junit/com/jogamp/junit/util/SingletonTestCase.java +++ b/src/junit/com/jogamp/junit/util/SingletonTestCase.java @@ -40,8 +40,8 @@ public abstract class SingletonTestCase extends JunitTracer { public static final String SINGLE_INSTANCE_LOCK_FILE = "SingletonTestCase.lock"; public static final int SINGLE_INSTANCE_LOCK_PORT = 59999; - public static final long SINGLE_INSTANCE_LOCK_TO = 6*60*1000; // wait up to 6 mins - public static final long SINGLE_INSTANCE_LOCK_POLL = 1000; // poll every 1s + public static final long SINGLE_INSTANCE_LOCK_TO = 12*60*1000; // wait up to 12 mins + public static final long SINGLE_INSTANCE_LOCK_POLL = 1000; // poll every 1s private static volatile SingletonInstance singletonInstance; -- cgit v1.2.3