diff options
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java | 4 | ||||
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java b/src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java index 3a420e1ef..f1b4297e2 100644 --- a/src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java +++ b/src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java @@ -66,7 +66,7 @@ public class TestGLSLSimple01NEWT extends UITestCase { System.err.println("class tear down end"); } - @Test(timeout=5000) + @Test(timeout=60000) public void testGLSLCompilation01() { GLProfile glp = GLProfile.get(GLProfile.GL2ES2); Assert.assertNotNull(glp); @@ -102,7 +102,7 @@ public class TestGLSLSimple01NEWT extends UITestCase { window.destroy(); } - @Test(timeout=5000) + @Test(timeout=60000) public void testGLSLUse01() throws InterruptedException { GLProfile glp = GLProfile.get(GLProfile.GL2ES2); Assert.assertNotNull(glp); diff --git a/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java b/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java index 8122dd48c..8da48dccd 100644 --- a/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java +++ b/src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java @@ -134,7 +134,7 @@ public class TestTransformFeedbackVaryingsBug407NEWT extends UITestCase { } } - @Test(timeout=1000) + @Test(timeout=60000) public void testGlTransformFeedbackVaryings_WhenVarNameOK() { if(!GLProfile.isGL3Available()) { return; @@ -176,7 +176,7 @@ public class TestTransformFeedbackVaryingsBug407NEWT extends UITestCase { Assert.assertFalse(error); } - @Test(timeout=1000) + @Test(timeout=60000) public void testGlTransformFeedbackVaryings_WhenVarNameWrong() { if(!GLProfile.isGL3Available()) { return; |