diff options
author | Sven Gothel <[email protected]> | 2011-10-23 22:39:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-23 22:39:12 +0200 |
commit | b586ed1f8d4d38809693f94c7754d1de1aefff7d (patch) | |
tree | 7db94b1b428a3b3d986dd769b8ea51595e14bb3b /src/test/com | |
parent | b772c8416eada24696eaad638568ac8c24df60bc (diff) |
Test: AWTRobotUtil TO 1s -> 2s
Diffstat (limited to 'src/test/com')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java b/src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java index 6c502f33e..7df8645de 100644 --- a/src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java +++ b/src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java @@ -47,7 +47,7 @@ public class AWTRobotUtil { public static final int RETRY_NUMBER = 5; public static final int ROBOT_DELAY = 100; // ms - public static final int TIME_OUT = 1000; // 1s + public static final int TIME_OUT = 2000; // 2s public static final int POLL_DIVIDER = 20; // TO/20 public static final int TIME_SLICE = TIME_OUT / POLL_DIVIDER ; public static Integer AWT_CLICK_TO = null; |