From a69cd0fef1c00df09a6dc4af76eab41abfdbf60e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 23 Nov 2010 06:40:31 +0100 Subject: GLSL unit test timeout -> 60s --- src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java | 4 ++-- .../test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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; -- cgit v1.2.3