From f0f6ee411efb97d34c443c070bb640c8d8a8333f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 9 Mar 2015 12:50:29 +0100 Subject: TestScreenMode02aNEWT: Incr. wait period, for some reason one older test machine (Linux/Ubuntu) doesn't rotate screen reliably. --- .../com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3