diff options
author | Sven Gothel <[email protected]> | 2010-11-04 02:43:14 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-04 02:43:14 +0100 |
commit | 185283b656978a8d3443705f86524c7cbf87b58b (patch) | |
tree | 2dc96cee3704cd83d188dc808c641b60536df026 | |
parent | 0fe934c011d7189d43be4c9d1e72e67f46de9c30 (diff) |
increase time per test from 500ms to 1s
-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.. |