From b586ed1f8d4d38809693f94c7754d1de1aefff7d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 23 Oct 2011 22:39:12 +0200 Subject: Test: AWTRobotUtil TO 1s -> 2s --- src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/com/jogamp') 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; -- cgit v1.2.3