diff options
author | Michael Bien <[email protected]> | 2011-01-22 04:37:02 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-01-22 04:37:02 +0100 |
commit | 5941ad870810c3957d55750641e6424f91b4612f (patch) | |
tree | 4cbc3d1c39aa6120a249fe2363cbf38d105428b0 /test/com/jogamp/opencl/gl | |
parent | 716ff1945e229fbb358a1f1b2131933a8c37ce20 (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.java | 2 |
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; |