aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-23 06:40:31 +0100
committerSven Gothel <[email protected]>2010-11-23 06:40:31 +0100
commita69cd0fef1c00df09a6dc4af76eab41abfdbf60e (patch)
treee0a202a00119553f4f0a4f0fd040190e597be539 /src
parentfc7dd718b88877435a1a30d59e996651fa57a80a (diff)
GLSL unit test timeout -> 60s
Diffstat (limited to 'src')
-rw-r--r--src/junit/com/jogamp/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java4
-rw-r--r--src/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java4
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;