diff options
-rw-r--r-- | src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java | 2 |
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.. |