diff options
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java index 2a14390ce..805af86fb 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java @@ -103,12 +103,12 @@ public class TestBug1225EventQueueInterruptedAWT extends UITestCase { } - @Test + @Test(timeout=180000) // TO 3 min public void test01_NoGL() throws InterruptedException, InvocationTargetException { testImpl(false); } - @Test + @Test(timeout=180000) // TO 3 min public void test02_WithGL() throws InterruptedException, InvocationTargetException { testImpl(true); } |