[jbosstools-commits] JBoss Tools SVN: r43537 - trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Sat Sep 8 15:20:05 EDT 2012
Author: ldimaggio
Date: 2012-09-08 15:20:05 -0400 (Sat, 08 Sep 2012)
New Revision: 43537
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java
Log:
Removed debug lines.
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java 2012-09-08 17:14:42 UTC (rev 43536)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java 2012-09-08 19:20:05 UTC (rev 43537)
@@ -140,12 +140,7 @@
protected String consoleWaiting () {
// New - the consoles fail to switch....sometimes
- bot.sleep(Timing.time30S());
-
-
- bot.sleep(120000l);
-
-
+ bot.sleep(Timing.time30S());
boolean consoleSwitched = false;
int switchLimit = 30;
int switchCounter = 0;
More information about the jbosstools-commits
mailing list