aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-04 02:43:14 +0100
committerSven Gothel <[email protected]>2010-11-04 02:43:14 +0100
commit185283b656978a8d3443705f86524c7cbf87b58b (patch)
tree2dc96cee3704cd83d188dc808c641b60536df026 /src
parent0fe934c011d7189d43be4c9d1e72e67f46de9c30 (diff)
increase time per test from 500ms to 1s
Diffstat (limited to 'src')
-rw-r--r--src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java b/src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java
index c330d48a0..03d4f37bf 100644
--- a/src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java
+++ b/src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java
@@ -111,7 +111,7 @@ public class TestSwingAWT01GLn extends UITestCase {
Animator animator = new Animator(glCanvas[0]);
animator.start();
- Thread.sleep(500);
+ Thread.sleep(1000);
animator.stop();
// AWT / Swing on EDT..