From 5941ad870810c3957d55750641e6424f91b4612f Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 22 Jan 2011 04:37:02 +0100 Subject: using lower wgs in LLB test. increased timeout in CLGLTest. --- test/com/jogamp/opencl/gl/CLGLTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/com/jogamp/opencl/gl/CLGLTest.java') 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; -- cgit v1.2.3