From 8ce5203a581e731d5aa7d553455b04213d94115c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 9 Oct 2015 02:03:27 +0200 Subject: Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600 (otherwise breaks test) --- .../jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java index eb4227607..6e3c7c3e7 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java @@ -50,7 +50,7 @@ import com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2; @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class TestParenting01NEWT extends UITestCase { static int width, height; - static long durationPerTest = 100; + static long durationPerTest = 600; static boolean manual = false; static int loopVisibleToggle = 10; static GLCapabilities glCaps; -- cgit v1.2.3