From d5dc8a6cad034107d41d9a2e5f621ec4e6ce1f4e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 29 Sep 2015 18:31:16 +0200 Subject: Bug 1225: Unit test timeout := 3minutes --- .../test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); } -- cgit v1.2.3