From 2afb19885905285399b90f9a489fba8d2a09454e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 4 Oct 2014 02:47:13 +0200 Subject: SingletonJunitCase: Increase TO 12 -> 15 mins, only sleep for 1 poll period (500 ms) per JVM after test class (cooperative w/ other JVM test instances) --- .../com/jogamp/common/util/locks/TestSingletonServerSocket02.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/junit/com/jogamp/common/util') diff --git a/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java b/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java index d29abf0..b96f1b4 100644 --- a/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java +++ b/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java @@ -29,9 +29,6 @@ package com.jogamp.common.util.locks; import java.io.IOException; -import org.junit.Assert; -import org.junit.AfterClass; -import org.junit.BeforeClass; import org.junit.Test; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; -- cgit v1.2.3