summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/gl
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-01-22 04:37:02 +0100
committerMichael Bien <[email protected]>2011-01-22 04:37:02 +0100
commit5941ad870810c3957d55750641e6424f91b4612f (patch)
tree4cbc3d1c39aa6120a249fe2363cbf38d105428b0 /test/com/jogamp/opencl/gl
parent716ff1945e229fbb358a1f1b2131933a8c37ce20 (diff)
using lower wgs in LLB test.
increased timeout in CLGLTest.
Diffstat (limited to 'test/com/jogamp/opencl/gl')
-rw-r--r--test/com/jogamp/opencl/gl/CLGLTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/gl/CLGLTest.java b/test/com/jogamp/opencl/gl/CLGLTest.java
index 0f075cce..01fd4679 100644
--- a/test/com/jogamp/opencl/gl/CLGLTest.java
+++ b/test/com/jogamp/opencl/gl/CLGLTest.java
@@ -59,7 +59,7 @@ import static java.lang.System.*;
public class CLGLTest {
@Rule
- public MethodRule methodTimeout= new Timeout(5000);
+ public MethodRule methodTimeout= new Timeout(15000);
private static GLContext glcontext;
private static GLWindow glWindow;