aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-28 16:53:32 +0200
committerSven Gothel <[email protected]>2010-05-28 16:53:32 +0200
commitd654c1aba06b37e159e812a0c9bb1951ee1ba317 (patch)
treec1539bb8a81623c17efb1d3863e052fde8e23896 /src
parent811bd23ed37e392abb349f850a0b1dac635d021e (diff)
test duration ..
Diffstat (limited to 'src')
-rwxr-xr-xsrc/junit/com/jogamp/test/junit/newt/TestParenting01AWT.java2
-rwxr-xr-xsrc/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/junit/com/jogamp/test/junit/newt/TestParenting01AWT.java b/src/junit/com/jogamp/test/junit/newt/TestParenting01AWT.java
index 39bd84e75..87d0288b3 100755
--- a/src/junit/com/jogamp/test/junit/newt/TestParenting01AWT.java
+++ b/src/junit/com/jogamp/test/junit/newt/TestParenting01AWT.java
@@ -67,7 +67,7 @@ import com.jogamp.test.junit.jogl.demos.gl2.gears.Gears;
public class TestParenting01AWT {
static int width, height;
- static long durationPerTest = 500;
+ static long durationPerTest = 800;
static long waitReparent = 0;
static GLCapabilities glCaps;
diff --git a/src/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java b/src/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java
index dc330c4a9..6d0791c1c 100755
--- a/src/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java
+++ b/src/junit/com/jogamp/test/junit/newt/TestParenting02AWT.java
@@ -66,7 +66,7 @@ import com.jogamp.test.junit.jogl.demos.gl2.gears.Gears;
public class TestParenting02AWT {
static int width, height;
- static long durationPerTest = 300;
+ static long durationPerTest = 500;
static long waitReparent = 300;
@BeforeClass