summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-16 07:57:47 +0200
committerSven Gothel <[email protected]>2011-09-16 07:57:47 +0200
commitf51a03d5c0555263b0eff392a1c438fdea7a99d5 (patch)
tree4b1ad5c3c08ee9d733dc146e6c413eddf2401496 /src
parent9f385a88d1d9560de98cf1fc79308aee3d633838 (diff)
Test NEWT Parenting: Incr. test duration to 600ms (new state poll of reparenting may take ~400ms)
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java
index 1a6a05be1..7f97be649 100644
--- a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParenting01NEWT.java
@@ -47,7 +47,7 @@ import com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2;
public class TestParenting01NEWT extends UITestCase {
static int width, height;
- static long durationPerTest = 500;
+ static long durationPerTest = 600;
static long waitAbout10FramesAt30fps = 10*34; // 10 frames @ 30fps
static GLCapabilities glCaps;