Author: jpeterka
Date: 2012-04-03 10:22:08 -0400 (Tue, 03 Apr 2012)
New Revision: 40008
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java
Log:
Fix unlimited wait condition
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java 2012-04-03
12:43:41 UTC (rev 40007)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTTestExt.java 2012-04-03
14:22:08 UTC (rev 40008)
@@ -69,7 +69,7 @@
public static int TIME_20S = Timing.time20S();
public static int TIME_30S = Timing.time30S();
public static int TIME_60S = Timing.time60S();
- public static int TIME_UNLIMITED = Timing.time60S();
+ public static int TIME_UNLIMITED = Timing.timeUnlimited();
protected void setUp() throws Exception {
super.setUp();
Show replies by date