diff options
author | Sven Gothel <[email protected]> | 2015-03-09 12:50:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-09 12:50:29 +0100 |
commit | f0f6ee411efb97d34c443c070bb640c8d8a8333f (patch) | |
tree | 7cca5458ef92c6fe2ffa230441b0de10b1ea7f7f | |
parent | aba21ccaebb2acf20690a77f5c0914f12d736755 (diff) |
TestScreenMode02aNEWT: Incr. wait period, for some reason one older test machine (Linux/Ubuntu) doesn't rotate screen reliably.
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java index d319341ef..90952f502 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java @@ -67,7 +67,7 @@ public class TestScreenMode02aNEWT extends UITestCase { static GLProfile glp; static int width, height; - static int waitTimeShort = 2000; // 2 sec + static int waitTimeShort = 4000; // 4 sec static int waitTimeLong = 8000; // 8 sec @BeforeClass |