[jbosstools-commits] JBoss Tools SVN: r43526 - 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
Fri Sep 7 16:20:45 EDT 2012
Author: ldimaggio
Date: 2012-09-07 16:20:45 -0400 (Fri, 07 Sep 2012)
New Revision: 43526
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java
Log:
Added ling timeout - for debugging on Windows
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-07 20:09:22 UTC (rev 43525)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/src/org/jboss/tools/esb/ui/bot/tests/examples/ESBExampleTest.java 2012-09-07 20:20:45 UTC (rev 43526)
@@ -141,6 +141,11 @@
protected String consoleWaiting () {
// New - the consoles fail to switch....sometimes
bot.sleep(Timing.time30S());
+
+
+ bot.sleep(120000l);
+
+
boolean consoleSwitched = false;
int switchLimit = 30;
int switchCounter = 0;
More information about the jbosstools-commits
mailing list