diff options
Diffstat (limited to 'src/test/com/jogamp')
-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 |