diff options
author | Sven Gothel <[email protected]> | 2014-10-04 02:47:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-10-04 02:47:13 +0200 |
commit | 2afb19885905285399b90f9a489fba8d2a09454e (patch) | |
tree | 4a9802b6ffdd238190230f3f6653594dafbfb1d8 /src/junit/com/jogamp/common | |
parent | 0d9efa74b10ea29d33ecc9c2b9f06bb2209d96ca (diff) |
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)
Diffstat (limited to 'src/junit/com/jogamp/common')
-rw-r--r-- | src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java | 3 |
1 files changed, 0 insertions, 3 deletions
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; |